Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp194 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local
195 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp82 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBits() local
86 R->getValue("Inst")->setValue(NewBI); in reverseBits()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp442 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local
443 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
DTailRecursionElimination.cpp577 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); in EliminateRecursiveTailCall() local
578 NewBI->setDebugLoc(CI->getDebugLoc()); in EliminateRecursiveTailCall()
DJumpThreading.cpp1398 BranchInst *NewBI =BranchInst::Create(SuccBB, NewBB); in ThreadEdge() local
1399 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()