Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp134 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local
135 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
DSimplifyCFG.cpp3042 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); in SimplifyTerminatorOnSelect() local
3044 NewBI->setMetadata(LLVMContext::MD_prof, in SimplifyTerminatorOnSelect()
3942 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp() local
3961 NewBI->setMetadata(LLVMContext::MD_prof, in TurnSwitchRangeIntoICmp()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeEmitterGen.cpp59 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBits() local
63 R->getValue("Inst")->setValue(NewBI); in reverseBits()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopRotation.cpp329 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local
330 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.cpp1382 BranchInst *NewBI =BranchInst::Create(SuccBB, NewBB); in ThreadEdge() local
1383 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBreakCriticalEdges.cpp188 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local
189 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp421 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local
422 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
DTailRecursionElimination.cpp664 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); in eliminateRecursiveTailCall() local
665 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateRecursiveTailCall()
DJumpThreading.cpp1522 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in ThreadEdge() local
1523 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp370 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBitsForLittleEndianEncoding() local
374 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()