Searched refs:NewBI (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp202 BranchInst *NewBI = BranchInst::Create(DestBB, NewBB); local
203 NewBI->setDebugLoc(TI->getDebugLoc());
H A DLoopRotationUtils.cpp555 BranchInst *NewBI = BranchInst::Create(NewHeader, PHBI);
556 NewBI->setDebugLoc(PHBI->getDebugLoc());
H A DSimplifyCFG.cpp3596 BranchInst *NewBI = Builder.CreateCondBr(Cond, TrueBB, FalseBB); local
3598 setBranchWeights(NewBI, TrueWeight, FalseWeight);
4517 BranchInst *NewBI = Builder.CreateCondBr(Cmp, ContiguousDest, OtherDest); local
4536 setBranchWeights(NewBI, TrueWeight, FalseWeight);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp665 BranchInst *NewBI = BranchInst::Create(HeaderBB, Ret);
666 NewBI->setDebugLoc(CI->getDebugLoc());
H A DJumpThreading.cpp2315 BranchInst *NewBI = BranchInst::Create(SuccBB, NewBB); local
2316 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.cpp530 BitsInit *NewBI = BitsInit::get(NewBits); local
534 R->getValue("Inst")->setValue(NewBI);

Completed in 95 milliseconds