Home | History | Annotate | Download | only in Utils

Lines Matching refs:PS1

195     BasicBlock *PS1 = PBI->getSuccessor(0);
197 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1;
198 int CIdx = (PS1 == BB) ? 0 : 1;
224 BasicBlock *PS1 = TBB->getSuccessor(0);
226 BranchInst *PBI1 = dyn_cast<BranchInst>(PS1->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))
258 // PS1 must have a conditional branch.