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()
253 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall() argument572 bool IsIndirectCall) override { in onLoweredCall() argument581 if (IsIndirectCall && BoostIndirectCalls) { in onLoweredCall()1014 bool IsIndirectCall) override { in onLoweredCall() argument1018 if (IsIndirectCall) { in onLoweredCall()2043 bool IsIndirectCall = !F; in visitCallBase() local2044 if (IsIndirectCall) { in visitCallBase()2105 onLoweredCall(F, Call, IsIndirectCall); in visitCallBase()2108 if (!(Call.onlyReadsMemory() || (IsIndirectCall && F->onlyReadsMemory()))) in visitCallBase()
1752 auto IsIndirectCall = [](const Instruction *I) { in canSinkInstructions() local1755 bool HaveIndirectCalls = any_of(Insts, IsIndirectCall); in canSinkInstructions()1756 bool AllCallsAreIndirect = all_of(Insts, IsIndirectCall); in canSinkInstructions()
3932 bool IsIndirectCall = (CB && isa<CallInst>(CB) && CB->isIndirectCall()); in LowerCall() local4429 if (HasNoCfCheck && IsCFProtectionSupported && IsIndirectCall) { in LowerCall()