Home
last modified time | relevance | path

Searched refs:getLoopGuardBranch (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h752 BranchInst *getLoopGuardBranch() const;
757 bool isGuarded() const { return (getLoopGuardBranch() != nullptr); } in isGuarded()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp364 BranchInst *Loop::getLoopGuardBranch() const { in getLoopGuardBranch() function in Loop
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp171 GuardBranch(L->getLoopGuardBranch()), DT(DT), PDT(PDT), ORE(ORE) { in FusionCandidate()