Searched refs:IsIndirectCall (Results 1 – 4 of 4) sorted by relevance
73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() argument76 *IsIndirectCall = false; in isCall()96 *IsIndirectCall = true; in isCall()178 bool IsIndirectCall; in emitInstruction() local179 if (isCall(Inst, &IsIndirectCall)) { in emitInstruction()185 if (IsIndirectCall) { in emitInstruction()
249 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall() argument547 bool IsIndirectCall) override { in onLoweredCall() argument556 if (IsIndirectCall && BoostIndirectCalls) { in onLoweredCall()1825 bool IsIndirectCall = !F; in visitCallBase() local1826 if (IsIndirectCall) { in visitCallBase()1887 onLoweredCall(F, Call, IsIndirectCall); in visitCallBase()1890 if (!(Call.onlyReadsMemory() || (IsIndirectCall && F->onlyReadsMemory()))) in visitCallBase()
1746 auto IsIndirectCall = [](const Instruction *I) { in canSinkInstructions() local1749 bool HaveIndirectCalls = any_of(Insts, IsIndirectCall); in canSinkInstructions()1750 bool AllCallsAreIndirect = all_of(Insts, IsIndirectCall); in canSinkInstructions()
3937 bool IsIndirectCall = (CB && isa<CallInst>(CB) && CB->isIndirectCall()); in LowerCall() local4432 if (HasNoCfCheck && IsCFProtectionSupported && IsIndirectCall) { in LowerCall()