Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp411 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 DBreakCriticalEdges.cpp182 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); in SplitKnownCriticalEdge() local
183 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitKnownCriticalEdge()
H A DLoopRotationUtils.cpp644 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI); in rotateLoop() local
645 NewBI->setDebugLoc(PHBI->getDebugLoc()); in rotateLoop()
H A DLocal.cpp151 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 DSimplifyCFG.cpp3969 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 DTailRecursionElimination.cpp671 BranchInst *NewBI = BranchInst::Create(HeaderBB, Ret); in eliminateCall() local
672 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateCall()
H A DJumpThreading.cpp2408 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 DCodeGenTarget.cpp543 BitsInit *NewBI = BitsInit::get(NewBits); in reverseBitsForLittleEndianEncoding() local
547 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()