Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h379 LoopInfo *getLoopInfo() const { return LI; } in getLoopInfo() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A 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