Searched refs:createTailCall (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/bolt/unittests/Core/ |
| H A D | MCPlusBuilder.cpp | 135 bool Success = BC->MIB->createTailCall(Inst, BC->Ctx->createNamedTempSymbol(), in TEST_P() 152 Success = BC->MIB->createTailCall(Inst, BC->Ctx->createNamedTempSymbol(), in TEST_P()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | Inliner.cpp | 141 BC.MIB->createTailCall(Inst, BC.Ctx->createNamedTempSymbol(), BC.Ctx.get()); in getSizeOfTailCallInst()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryBasicBlock.cpp | 502 BC.MIB->createTailCall(NewInst, Target, BC.Ctx.get()); in addTailCallInstruction()
|
| H A D | BinaryFunction.cpp | 2267 BC.MIB->createTailCall(TailCallInstr, CTCTargetLabel, BC.Ctx.get()); in removeConditionalTailCalls()
|
| /llvm-project-15.0.7/bolt/lib/Target/AArch64/ |
| H A D | AArch64MCPlusBuilder.cpp | 845 bool createTailCall(MCInst &Inst, const MCSymbol *Target, in createTailCall() function in __anon77c122c80111::AArch64MCPlusBuilder
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | MCPlusBuilder.h | 1462 virtual bool createTailCall(MCInst &Inst, const MCSymbol *Target, in createTailCall() function
|
| /llvm-project-15.0.7/bolt/lib/Target/X86/ |
| H A D | X86MCPlusBuilder.cpp | 2923 bool createTailCall(MCInst &Inst, const MCSymbol *Target, in createTailCall() function in __anoncef8f4420111::X86MCPlusBuilder
|