Searched refs:NewBr (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp150 MachineInstr *NewCmp = nullptr, *NewBr = nullptr; local
209 NewBr = convertToCondBr(MI);
268 NewBr = convertToCondBr(MI);
274 (void)NewCmp; (void)NewBr;
275 assert(NewCmp && NewBr && "Expected new instructions.");
280 LLVM_DEBUG(NewBr->print(dbgs()));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp511 BranchInst *NewBr = BranchInst::Create(EndBlock); local
512 Builder.Insert(NewBr);
525 BranchInst *NewBr = BranchInst::Create(EndBlock); local
526 Builder.Insert(NewBr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp249 MachineInstr *NewBr = BuildMI(MBB, I, DL, TII->get(AMDGPU::SI_MASK_BRANCH)) local
266 LIS->InsertMachineInstrInMaps(*NewBr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp785 BranchInst *NewBr = BranchInst::Create(Then, Else, OffsetInRange); local
786 NewBr->setMetadata(LLVMContext::MD_prof,
788 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp272 BranchInst *NewBr = Builder.CreateCondBr(Cond, local
283 NewBr->setMetadata(LLVMContext::MD_prof,
292 NewBr->setMetadata(LLVMContext::MD_make_implicit, MakeImplicitMD);
H A DInlineFunction.cpp2258 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); local
2259 NewBr->setDebugLoc(Returns[0]->getDebugLoc());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14355 SDValue NewBr = DAG.getNode(ISD::BR, SDLoc(Br), MVT::Other, NewBrOps);
14356 DAG.ReplaceAllUsesOfValueWith(SDValue(Br, 0), NewBr);

Completed in 286 milliseconds