Searched refs:replaceBranchTarget (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | VeneerElimination.cpp | 80 if (!BC.MIB->replaceBranchTarget( in runOnFunctions()
|
| H A D | BinaryPasses.cpp | 675 MIB->replaceBranchTarget(*CondBranch, Succ->getLabel(), Ctx); in fixDoubleJumps() 678 MIB->replaceBranchTarget(*UncondBranch, Succ->getLabel(), Ctx); in fixDoubleJumps() 872 MIB->replaceBranchTarget(*CondBranch, CalleeSymbol, Ctx); in fixTailCalls() 933 MIB->replaceBranchTarget(*UncondBranch, CondSucc->getLabel(), Ctx); in fixTailCalls()
|
| H A D | Inliner.cpp | 325 MIB.replaceBranchTarget(Inst, InlinedBBMap[TargetBB]->getLabel(), in inlineCall()
|
| H A D | LongJmp.cpp | 250 BC.MIB->replaceBranchTarget(Inst, StubSymbol, BC.Ctx.get()); in replaceTargetWithStub()
|
| /llvm-project-15.0.7/bolt/lib/Target/AArch64/ |
| H A D | AArch64MCPlusBuilder.cpp | 459 bool replaceBranchTarget(MCInst &Inst, const MCSymbol *TBB, in replaceBranchTarget() function in __anon77c122c80111::AArch64MCPlusBuilder 819 return replaceBranchTarget(Inst, TBB, Ctx); in reverseBranchCondition()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryFunction.cpp | 1311 BC.MIB->replaceBranchTarget(Instruction, TargetSymbol, &*Ctx); in disassemble() 1508 BC.MIB->replaceBranchTarget(Instruction, TargetSymbol, in scanExternalRefs() 2285 BC.MIB->replaceBranchTarget(*CTCInstr, TailCallBB->getLabel(), in removeConditionalTailCalls() 3261 MIB->replaceBranchTarget(*CondBranch, TSuccessor->getLabel(), Ctx); in fixBranches()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | MCPlusBuilder.h | 1638 virtual bool replaceBranchTarget(MCInst &Inst, const MCSymbol *TBB, in replaceBranchTarget() function
|
| /llvm-project-15.0.7/bolt/lib/Target/X86/ |
| H A D | X86MCPlusBuilder.cpp | 2991 bool replaceBranchTarget(MCInst &Inst, const MCSymbol *TBB, in replaceBranchTarget() function in __anoncef8f4420111::X86MCPlusBuilder
|