Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp269 if (ML->isLoopLatch(Exiting)) { in expandNormalLoops()
284 assert(ML->isLoopLatch(P) && in expandNormalLoops()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp138 if (ML->contains(Bottom) && ML->isLoopLatch(Bottom)) in isLoopBackEdge()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h401 if (isLoopLatch(BB)) in print()
H A DLoopInfo.h255 bool isLoopLatch(const BlockT *BB) const { in isLoopLatch() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp115 if (!L->isLoopLatch(BB)) { in isHardwareLoopCandidate()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp556 if (IsLoopBranch && L->isLoopLatch(&BB)) in isValidSwitch()