Searched refs:CTCTargetLabel (Results 1 – 1 of 1) sorted by relevance
2264 const MCSymbol *CTCTargetLabel = BC.MIB->getTargetSymbol(*CTCInstr); in removeConditionalTailCalls() local2265 assert(CTCTargetLabel && "symbol expected for conditional tail call"); in removeConditionalTailCalls()2267 BC.MIB->createTailCall(TailCallInstr, CTCTargetLabel, BC.Ctx.get()); in removeConditionalTailCalls()