Searched defs:NewBr (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64CondBrTuning.cpp | 148 MachineInstr *NewCmp = nullptr, *NewBr = nullptr; in tryToTuneBranch() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 533 BranchInst *NewBr = BranchInst::Create(EndBlock); in emitMemCmpResultBlock() local 550 BranchInst *NewBr = BranchInst::Create(EndBlock); in emitMemCmpResultBlock() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 275 MachineInstr *NewBr = BuildMI(MBB, I, DL, TII->get(AMDGPU::S_CBRANCH_EXECZ)) in emitIf() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 770 BranchInst *NewBr = BranchInst::Create(Then, Else, OffsetInRange); in lowerTypeTestCall() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 2728 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), &CB); in InlineFunction() local
|
H A D | Local.cpp | 312 BranchInst *NewBr = Builder.CreateCondBr(Cond, in ConstantFoldTerminator() local
|
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 254 auto *NewBr = BranchInst::Create(Target, Source); in redirectTo() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 18063 SDValue NewBr = DAG.getNode(ISD::BR, SDLoc(Br), MVT::Other, NewBrOps); in PerformHWLoopCombine() local
|