Searched refs:IsIndirectCall (Results 1 – 2 of 2) sorted by relevance
65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() argument68 *IsIndirectCall = false; in isCall()88 *IsIndirectCall = true; in isCall()170 bool IsIndirectCall; in EmitInstruction() local171 if (isCall(Inst, &IsIndirectCall)) { in EmitInstruction()177 if (IsIndirectCall) { in EmitInstruction()
268 static bool IsIndirectCall(MachineInstr* MI) { in IsIndirectCall() function355 if (IsIndirectCall(MI) && (DepType == SDep::Data)) { in IsCallDependent()