Home
last modified time | relevance | path

Searched refs:LoopLatches (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp315 SmallVector<BasicBlock*, 16> LoopLatches; in runOnLoop() local
316 L->getLoopLatches(LoopLatches); in runOnLoop()
317 for (BasicBlock *Pred : LoopLatches) { in runOnLoop()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp533 SmallVector<BasicBlock *, 4> LoopLatches; in setLoopID() local
534 getLoopLatches(LoopLatches); in setLoopID()
535 for (BasicBlock *BB : LoopLatches) in setLoopID()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DLoopInfo.h334 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const { in getLoopLatches() argument
339 LoopLatches.push_back(Pred); in getLoopLatches()