Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp319 L->getLoopLatches(Latches); in closeControlFlow()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp506 getLoopLatches(LatchesBlocks); in getLoopID()
532 getLoopLatches(LoopLatches); in setLoopID()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp205 L->getLoopLatches(LoopLatches); in runOnLoop()
H A DLoopLoadElimination.cpp154 L->getLoopLatches(Latches); in doesStoreDominatesAllLatches()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h326 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const { in getLoopLatches() function