Home
last modified time | relevance | path

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

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