Lines Matching defs:Preds
58 SmallVector<BasicBlock *, 4> Preds;
61 Preds.push_back(P);
64 SplitBlockPredecessors(Entry, Preds, ".region_entering", DT, LI);
118 SmallVector<BasicBlock *, 4> Preds;
121 Preds.push_back(P);
123 // Preds[0] Preds[1] otherBB //
128 SplitBlockPredecessors(ExitBB, Preds, ".region_exiting", DT, LI);
129 // Preds[0] Preds[1] otherBB //