Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp274 if (ML->isLoopLatch(Exiting)) { in expandNormalLoops()
289 assert(ML->isLoopLatch(P) && in expandNormalLoops()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h241 bool isLoopLatch(const BlockT *BB) const { in isLoopLatch() function
H A DGenericLoopInfoImpl.h422 if (isLoopLatch(BB)) in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp137 if (ML->contains(Bottom) && ML->isLoopLatch(Bottom)) in isLoopBackEdge()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp133 if (!L->isLoopLatch(BB)) { in isHardwareLoopCandidate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp305 L->isLoopLatch(BI.MBB); in calcLiveBlockInfo()