Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp318 L->getLoopLatches(Latches); in closeControlFlow()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp507 getLoopLatches(LatchesBlocks); in getLoopID()
533 getLoopLatches(LoopLatches); in setLoopID()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp206 L->getLoopLatches(LoopLatches); in runOnLoop()
H A DLoopLoadElimination.cpp156 L->getLoopLatches(Latches); in doesStoreDominatesAllLatches()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h326 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const { in getLoopLatches() function