Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.h1612 return ToLoop->isLoopLatch(FromBlock) && ToBlock == ToLoop->getHeader();
1619 return ParentVPL->isLoopLatch(Block);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLoopInfoImpl.h396 if (isLoopLatch(BB)) in print()
HDLoopInfo.h222 bool isLoopLatch(const BlockT *BB) const { in isLoopLatch() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp67 if (!L->isLoopLatch(BB)) { in isHardwareLoopCandidate()