Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64CondBrTuning.cpp148 MachineInstr *NewCmp = nullptr, *NewBr = nullptr; in tryToTuneBranch() local
203 NewBr = convertToCondBr(MI); in tryToTuneBranch()
258 NewBr = convertToCondBr(MI); in tryToTuneBranch()
264 (void)NewCmp; (void)NewBr; in tryToTuneBranch()
265 assert(NewCmp && NewBr && "Expected new instructions."); in tryToTuneBranch()
270 LLVM_DEBUG(NewBr->print(dbgs())); in tryToTuneBranch()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DExpandMemCmp.cpp533 BranchInst *NewBr = BranchInst::Create(EndBlock); in emitMemCmpResultBlock() local
534 Builder.Insert(NewBr); in emitMemCmpResultBlock()
550 BranchInst *NewBr = BranchInst::Create(EndBlock); in emitMemCmpResultBlock() local
551 Builder.Insert(NewBr); in emitMemCmpResultBlock()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp275 MachineInstr *NewBr = BuildMI(MBB, I, DL, TII->get(AMDGPU::S_CBRANCH_EXECZ)) in emitIf() local
292 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp770 BranchInst *NewBr = BranchInst::Create(Then, Else, OffsetInRange); in lowerTypeTestCall() local
771 NewBr->setMetadata(LLVMContext::MD_prof, in lowerTypeTestCall()
773 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLocal.cpp312 BranchInst *NewBr = Builder.CreateCondBr(Cond, in ConstantFoldTerminator() local
320 NewBr->setMetadata(LLVMContext::MD_prof, in ConstantFoldTerminator()
328 NewBr->setMetadata(LLVMContext::MD_make_implicit, MakeImplicitMD); in ConstantFoldTerminator()
DInlineFunction.cpp2728 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), &CB); in InlineFunction() local
2729 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
/openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp254 auto *NewBr = BranchInst::Create(Target, Source); in redirectTo() local
255 NewBr->setDebugLoc(DL); in redirectTo()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.cpp18063 SDValue NewBr = DAG.getNode(ISD::BR, SDLoc(Br), MVT::Other, NewBrOps); in PerformHWLoopCombine() local
18064 DAG.ReplaceAllUsesOfValueWith(SDValue(Br, 0), NewBr); in PerformHWLoopCombine()