Searched refs:createUncondBranch (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryBasicBlock.cpp | 495 BC.MIB->createUncondBranch(NewInst, Successor->getLabel(), BC.Ctx.get()); in addBranchInstruction()
|
| H A D | BinaryFunction.cpp | 1132 MIB->createUncondBranch(Instruction, TargetSymbol, BC.Ctx.get()); in disassemble()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | LongJmp.cpp | 84 BC.MIB->createUncondBranch(Inst, TgtSym, BC.Ctx.get()); in createNewStub()
|
| H A D | BinaryPasses.cpp | 936 MIB->createUncondBranch(Branch, CondSucc->getLabel(), Ctx); in fixTailCalls()
|
| /llvm-project-15.0.7/bolt/lib/Target/AArch64/ |
| H A D | AArch64MCPlusBuilder.cpp | 1092 bool createUncondBranch(MCInst &Inst, const MCSymbol *TBB, in createUncondBranch() function in __anon77c122c80111::AArch64MCPlusBuilder
|
| /llvm-project-15.0.7/bolt/lib/Target/X86/ |
| H A D | X86MCPlusBuilder.cpp | 2907 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 D | MCPlusBuilder.h | 1442 virtual bool createUncondBranch(MCInst &Inst, const MCSymbol *TBB, in createUncondBranch() function
|