Home
last modified time | relevance | path

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

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