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