Home
last modified time | relevance | path

Searched refs:UseLoopInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h31 bool UseLoopInfo = false; member
39 UseLoopInfo = Value; in setUseLoopInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4831 OS << (Options.UseLoopInfo ? "" : "no-") << "use-loop-info;"; in printPipeline()
4847 if (!LI && Options.UseLoopInfo) in run()