Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2245 return ToLoop->isLoopLatch(FromBlock) && ToBlock == ToLoop->getHeader();
2252 return ParentVPL->isLoopLatch(Block);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp110 if (!L->isLoopLatch(BB)) { in isHardwareLoopCandidate()