Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h399 LoopInfo *getLoopInfo() const { return LI; } getLoopInfo() function
/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h348 LoopInfo *getLoopInfo() const { return LI; } getLoopInfo() function
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h849 const BinaryLoopInfo &getLoopInfo() { return *BLI.get(); } getLoopInfo() function