Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp131 if (ML->contains(Bottom) && ML->isLoopLatch(Bottom)) in isLoopBackEdge()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h403 if (isLoopLatch(BB)) in print()
H A DLoopInfo.h239 bool isLoopLatch(const BlockT *BB) const { in isLoopLatch() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2357 return ToLoop->isLoopLatch(FromBlock) && ToBlock == ToLoop->getHeader();
2364 return ParentVPL->isLoopLatch(Block);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp110 if (!L->isLoopLatch(BB)) { in isHardwareLoopCandidate()