Home
last modified time | relevance | path

Searched defs:getLoopInfo (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h378 LoopInfo *getLoopInfo() const { return LI; } in getLoopInfo() function
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h856 const BinaryLoopInfo &getLoopInfo() { return *BLI.get(); } in getLoopInfo() function