Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/unittests/Core/
H A DMCPlusBuilder.cpp135 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 DInliner.cpp141 BC.MIB->createTailCall(Inst, BC.Ctx->createNamedTempSymbol(), BC.Ctx.get()); in getSizeOfTailCallInst()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryBasicBlock.cpp502 BC.MIB->createTailCall(NewInst, Target, BC.Ctx.get()); in addTailCallInstruction()
H A DBinaryFunction.cpp2267 BC.MIB->createTailCall(TailCallInstr, CTCTargetLabel, BC.Ctx.get()); in removeConditionalTailCalls()
/llvm-project-15.0.7/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp845 bool createTailCall(MCInst &Inst, const MCSymbol *Target, in createTailCall() function in __anon77c122c80111::AArch64MCPlusBuilder
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1462 virtual bool createTailCall(MCInst &Inst, const MCSymbol *Target, in createTailCall() function
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp2923 bool createTailCall(MCInst &Inst, const MCSymbol *Target, in createTailCall() function in __anoncef8f4420111::X86MCPlusBuilder