Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp2264 const MCSymbol *CTCTargetLabel = BC.MIB->getTargetSymbol(*CTCInstr); in removeConditionalTailCalls() local
2265 assert(CTCTargetLabel && "symbol expected for conditional tail call"); in removeConditionalTailCalls()
2267 BC.MIB->createTailCall(TailCallInstr, CTCTargetLabel, BC.Ctx.get()); in removeConditionalTailCalls()