Searched refs:NewBI (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 411 Value *NewBI = BinaryOperator::Create(BI->getOpcode(), NewSVI1, NewSVI2, in replaceBinOpShuffles() local 413 SVI->replaceAllUsesWith(NewBI); in replaceBinOpShuffles() 416 << *NewSVI2 << "\n And : " << *NewBI << "\n"); in replaceBinOpShuffles()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BreakCriticalEdges.cpp | 182 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitKnownCriticalEdge() local 183 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitKnownCriticalEdge()
|
H A D | LoopRotationUtils.cpp | 644 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local 645 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
|
H A 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()
|
H A D | SimplifyCFG.cpp | 3969 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); in SimplifyTerminatorOnSelect() local 3971 setBranchWeights(NewBI, TrueWeight, FalseWeight); in SimplifyTerminatorOnSelect() 4952 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); in TurnSwitchRangeIntoICmp() local 4971 setBranchWeights(NewBI, TrueWeight, FalseWeight); in TurnSwitchRangeIntoICmp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | TailRecursionElimination.cpp | 671 BranchInst *NewBI = BranchInst::Create(HeaderBB, Ret); in eliminateCall() local 672 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateCall()
|
H A D | JumpThreading.cpp | 2408 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); in threadEdge() local 2409 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc()); in threadEdge()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenTarget.cpp | 543 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBitsForLittleEndianEncoding() local 547 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()
|