/external/llvm/lib/Transforms/Utils/ |
D | BreakCriticalEdges.cpp | 134 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local 135 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
|
D | SimplifyCFG.cpp | 3042 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/ |
D | LoopRotation.cpp | 329 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local 330 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
|
D | TailRecursionElimination.cpp | 577 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); in EliminateRecursiveTailCall() local 578 NewBI->setDebugLoc(CI->getDebugLoc()); in EliminateRecursiveTailCall()
|
D | JumpThreading.cpp | 1382 BranchInst *NewBI =BranchInst::Create(SuccBB, NewBB); in ThreadEdge() local 1383 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeEmitterGen.cpp | 59 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBits() local 63 R->getValue("Inst")->setValue(NewBI); in reverseBits()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | BreakCriticalEdges.cpp | 188 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/ |
D | BreakCriticalEdges.cpp | 151 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitCriticalEdge() local 152 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitCriticalEdge()
|
D | LoopRotationUtils.cpp | 464 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local 465 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
|
D | SimplifyCFG.cpp | 3440 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/ |
D | LoopRotation.cpp | 421 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local 422 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
|
D | TailRecursionElimination.cpp | 664 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); in eliminateRecursiveTailCall() local 665 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateRecursiveTailCall()
|
D | JumpThreading.cpp | 1522 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/ |
D | TailRecursionElimination.cpp | 665 BranchInst *NewBI = BranchInst::Create(OldEntry, Ret); in eliminateRecursiveTailCall() local 666 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateRecursiveTailCall()
|
D | JumpThreading.cpp | 1994 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in ThreadEdge() local 1995 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in ThreadEdge()
|
/external/llvm/utils/TableGen/ |
D | CodeGenTarget.cpp | 370 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/ |
D | CodeGenTarget.cpp | 435 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBitsForLittleEndianEncoding() local 439 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()
|