Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h218 LoopInfo *getLoopInfo() const { return LI; } in getLoopInfo() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h379 LoopInfo *getLoopInfo() const { return LI; } in getLoopInfo() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h358 LoopInfo *getLoopInfo() const { return LI; } in getLoopInfo() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSCCPSolver.cpp575 const LoopInfo &getLoopInfo(Function &F) { in getLoopInfo() function in llvm::SCCPInstVisitor
1817 const LoopInfo &SCCPSolver::getLoopInfo(Function &F) { in getLoopInfo() function in SCCPSolver