Searched refs:NewBI (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | InterleavedAccessPass.cpp | 411 BinaryOperator *NewBI = BinaryOperator::CreateWithCopiedFlags( in replaceBinOpShuffles() local 413 SVI->replaceAllUsesWith(NewBI); in replaceBinOpShuffles() 416 << *NewSVI2 << "\n And : " << *NewBI << "\n"); in replaceBinOpShuffles()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | BreakCriticalEdges.cpp | 182 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitKnownCriticalEdge() local 183 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitKnownCriticalEdge()
|
| D | LoopRotationUtils.cpp | 645 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local 646 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
|
| D | Local.cpp | 151 BranchInst *NewBI = Builder.CreateBr(Dest1); in ConstantFoldTerminator() local 154 NewBI->copyMetadata(*BI, {LLVMContext::MD_loop, LLVMContext::MD_dbg, in ConstantFoldTerminator() 175 BranchInst *NewBI = Builder.CreateBr(Destination); in ConstantFoldTerminator() local 178 NewBI->copyMetadata(*BI, {LLVMContext::MD_loop, LLVMContext::MD_dbg, in ConstantFoldTerminator()
|
| D | SimplifyCFG.cpp | 3916 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); in SimplifyTerminatorOnSelect() local 3918 setBranchWeights(NewBI, TrueWeight, FalseWeight); in SimplifyTerminatorOnSelect() 4827 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp() local 4846 setBranchWeights(NewBI, TrueWeight, FalseWeight); in TurnSwitchRangeIntoICmp()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | TailRecursionElimination.cpp | 719 BranchInst *NewBI = BranchInst::Create(HeaderBB, Ret); in eliminateCall() local 720 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateCall()
|
| D | JumpThreading.cpp | 2407 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in threadEdge() local 2408 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in threadEdge()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | CodeGenTarget.cpp | 558 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBitsForLittleEndianEncoding() local 562 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()
|