Home
last modified time | relevance | path

Searched refs:NewBI (Results 1 – 17 of 17) 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/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/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/Utils/
DBreakCriticalEdges.cpp188 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local
189 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBreakCriticalEdges.cpp151 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local
152 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
DLoopRotationUtils.cpp464 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local
465 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
DSimplifyCFG.cpp3440 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); in SimplifyTerminatorOnSelect() local
3442 setBranchWeights(NewBI, TrueWeight, FalseWeight); in SimplifyTerminatorOnSelect()
4337 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp() local
4356 setBranchWeights(NewBI, TrueWeight, FalseWeight); in TurnSwitchRangeIntoICmp()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp665 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); in eliminateRecursiveTailCall() local
666 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateRecursiveTailCall()
DJumpThreading.cpp1994 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in ThreadEdge() local
1995 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()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.cpp435 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBitsForLittleEndianEncoding() local
439 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()