Searched defs:isTailCall (Results 1 – 2 of 2) sorted by relevance
936 bool isTailCall = lastInsn == nullptr ? false : lastInsn->IsTailCall(); in TestPredsOfRetBB() local
5289 bool isTailCall = (insn.GetMachineOpcode() == MOP_tail_call_opt_xbl); in Run() local