Home
last modified time | relevance | path

Searched refs:GuardBB (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp122 BasicBlock *GuardBB = Phi.getIncomingBlock(RotSrc == P1); in foldGuardedRotateToFunnelShift() local
124 Instruction *TermI = GuardBB->getTerminator(); in foldGuardedRotateToFunnelShift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp386 BasicBlock *GuardBB = Preheader->getUniquePredecessor(); in getLoopGuardBranch() local
387 if (!GuardBB) in getLoopGuardBranch()
390 assert(GuardBB->getTerminator() && "Expecting valid guard terminator"); in getLoopGuardBranch()
392 BranchInst *GuardBI = dyn_cast<BranchInst>(GuardBB->getTerminator()); in getLoopGuardBranch()