Home
last modified time | relevance | path

Searched refs:PHBI (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp291 BranchInst *PHBI = cast<BranchInst>(OrigPreheader->getTerminator()); in rotateLoop() local
292 assert(PHBI->isConditional() && "Should be clone of BI condbr!"); in rotateLoop()
293 if (!isa<ConstantInt>(PHBI->getCondition()) || in rotateLoop()
294 PHBI->getSuccessor(cast<ConstantInt>(PHBI->getCondition())->isZero()) in rotateLoop()
352 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop()
353 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
354 PHBI->eraseFromParent(); in rotateLoop()