Searched refs:PHBI (Results 1 – 1 of 1) sorted by relevance
494 BranchInst *PHBI = cast<BranchInst>(OrigPreheader->getTerminator()); in rotateLoop() local495 assert(PHBI->isConditional() && "Should be clone of BI condbr!"); in rotateLoop()496 if (!isa<ConstantInt>(PHBI->getCondition()) || in rotateLoop()497 PHBI->getSuccessor(cast<ConstantInt>(PHBI->getCondition())->isZero()) in rotateLoop()555 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop()556 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()557 PHBI->eraseFromParent(); in rotateLoop()