Searched refs:PHBI (Results 1 – 3 of 3) sorted by relevance
298 BranchInst *PHBI = cast<BranchInst>(OrigPreheader->getTerminator()); in rotateLoop() local299 assert(PHBI->isConditional() && "Should be clone of BI condbr!"); in rotateLoop()300 if (!isa<ConstantInt>(PHBI->getCondition()) || in rotateLoop()301 PHBI->getSuccessor(cast<ConstantInt>(PHBI->getCondition())->isZero()) in rotateLoop()329 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop()330 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()331 PHBI->eraseFromParent(); in rotateLoop()
423 BranchInst *PHBI = cast<BranchInst>(OrigPreheader->getTerminator()); in rotateLoop() local424 assert(PHBI->isConditional() && "Should be clone of BI condbr!"); in rotateLoop()425 if (!isa<ConstantInt>(PHBI->getCondition()) || in rotateLoop()426 PHBI->getSuccessor(cast<ConstantInt>(PHBI->getCondition())->isZero()) != in rotateLoop()464 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop()465 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()466 PHBI->eraseFromParent(); in rotateLoop()
361 BranchInst *PHBI = cast<BranchInst>(OrigPreheader->getTerminator()); in rotateLoop() local362 assert(PHBI->isConditional() && "Should be clone of BI condbr!"); in rotateLoop()363 if (!isa<ConstantInt>(PHBI->getCondition()) || in rotateLoop()364 PHBI->getSuccessor(cast<ConstantInt>(PHBI->getCondition())->isZero()) != in rotateLoop()421 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop()422 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()423 PHBI->eraseFromParent(); in rotateLoop()