Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h1612 return ToLoop->isLoopLatch(FromBlock) && ToBlock == ToLoop->getHeader();
1619 return ParentVPL->isLoopLatch(Block);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h396 if (isLoopLatch(BB)) in print()
DLoopInfo.h222 bool isLoopLatch(const BlockT *BB) const { in isLoopLatch() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp67 if (!L->isLoopLatch(BB)) { in isHardwareLoopCandidate()