Searched refs:NewBI (Results 1 – 5 of 5) sorted by relevance
194 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local195 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
82 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBits() local86 R->getValue("Inst")->setValue(NewBI); in reverseBits()
442 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local443 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
577 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); in EliminateRecursiveTailCall() local578 NewBI->setDebugLoc(CI->getDebugLoc()); in EliminateRecursiveTailCall()
1398 BranchInst *NewBI =BranchInst::Create(SuccBB, NewBB); in ThreadEdge() local1399 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()