Home
last modified time | relevance | path

Searched refs:createUncondBranch (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp495 BC.MIB->createUncondBranch(NewInst, Successor->getLabel(), BC.Ctx.get()); in addBranchInstruction()
H A DBinaryFunction.cpp1132 MIB->createUncondBranch(Instruction, TargetSymbol, BC.Ctx.get()); in disassemble()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DLongJmp.cpp84 BC.MIB->createUncondBranch(Inst, TgtSym, BC.Ctx.get()); in createNewStub()
H A DBinaryPasses.cpp936 MIB->createUncondBranch(Branch, CondSucc->getLabel(), Ctx); in fixTailCalls()
/llvm-project-15.0.7/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp1092 bool createUncondBranch(MCInst &Inst, const MCSymbol *TBB, in createUncondBranch() function in __anon77c122c80111::AArch64MCPlusBuilder
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp2907 bool createUncondBranch(MCInst &Inst, const MCSymbol *TBB, in createUncondBranch() function in __anoncef8f4420111::X86MCPlusBuilder
3405 createUncondBranch(Insts[0], TgtSym, Ctx); in createSymbolTrampoline()
3461 createUncondBranch(Merge, MergeBlock, Ctx); in indirectCallPromotion()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1442 virtual bool createUncondBranch(MCInst &Inst, const MCSymbol *TBB, in createUncondBranch() function