Home
last modified time | relevance | path

Searched refs:getLoopLatches (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp295 L->getLoopLatches(Latches); in closeControlFlow()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp508 getLoopLatches(LatchesBlocks); in getLoopID()
534 getLoopLatches(LoopLatches); in setLoopID()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp316 L->getLoopLatches(LoopLatches); in runOnLoop()
H A DLoopLoadElimination.cpp150 L->getLoopLatches(Latches); in doesStoreDominatesAllLatches()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h334 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const { in getLoopLatches() function