Home | History | Annotate | Download | only in Utils

Lines Matching defs:PS2

196     BasicBlock *PS2 = PBI->getSuccessor(1);
197 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1;
225 BasicBlock *PS2 = TBB->getSuccessor(1);
227 BranchInst *PBI2 = dyn_cast<BranchInst>(PS2->getTerminator());
229 // If PS1 does not jump into PS2, but PS2 jumps into PS1,
232 (PS1->getTerminator()->getSuccessor(0) != PS2)) {
233 // Check whether PS2 jumps into PS1.
235 (PS2->getTerminator()->getSuccessor(0) != PS1))
263 // PS2 should not contain PHI node.
264 PHI = dyn_cast<PHINode>(PS2->begin());