Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp307 L->getLoopLatches(Latches); in closeControlFlow()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp506 getLoopLatches(LatchesBlocks); in getLoopID()
532 getLoopLatches(LoopLatches); in setLoopID()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp317 L->getLoopLatches(LoopLatches); in runOnLoop()
H A DLoopLoadElimination.cpp148 L->getLoopLatches(Latches); in doesStoreDominatesAllLatches()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h351 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const { in getLoopLatches() function