Searched defs:IsIndirectCall (Results 1 – 4 of 4) sorted by relevance
73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall()178 bool IsIndirectCall; in emitInstruction() local
249 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall()547 bool IsIndirectCall) override { in onLoweredCall()1825 bool IsIndirectCall = !F; in visitCallBase() local
1746 auto IsIndirectCall = [](const Instruction *I) { in canSinkInstructions() local
3937 bool IsIndirectCall = (CB && isa<CallInst>(CB) && CB->isIndirectCall()); in LowerCall() local