Home
last modified time | relevance | path

Searched defs:PredBBs (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1731 SmallVector<BasicBlock*, 1> PredBBs; in ProcessBranchOnPHI() local
2020 BasicBlock *BB, const SmallVectorImpl<BasicBlock *> &PredBBs, in TryThreadEdge()
2059 const SmallVectorImpl<BasicBlock *> &PredBBs, in ThreadEdge()
2304 BasicBlock *BB, const SmallVectorImpl<BasicBlock *> &PredBBs) { in DuplicateCondBranchOnPHIIntoPred()
DLICM.cpp1548 SmallSetVector<BasicBlock *, 8> PredBBs(pred_begin(ExitBB), pred_end(ExitBB)); in splitPredecessorsOfLoopExit() local