Searched defs:IsIndirectCall (Results 1 – 6 of 6) sorted by relevance
178 if (isCall(Inst, &IsIndirectCall)) { in emitInstruction() local 73 isCall(const MCInst & MI,bool * IsIndirectCall) isCall() argument
380 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
326 onLoweredCall(Function * F,CallBase & Call,bool IsIndirectCall) onLoweredCall() argument 674 onLoweredCall(Function * F,CallBase & Call,bool IsIndirectCall) onLoweredCall() argument 1210 onLoweredCall(Function * F,CallBase & Call,bool IsIndirectCall) onLoweredCall() argument 2275 bool IsIndirectCall = !F; visitCallBase() local
564 if (IsIndirectCall && !EnableIndirectCalls) in visitCallInst() local
2024 auto IsIndirectCall = [](const Instruction *I) { canSinkInstructions() local 2521 auto IsIndirectCall = [](InvokeInst *II) { return II->isIndirectCall(); }; shouldBelongToSameSet() local 2684 bool IsIndirectCall = Invokes[0]->isIndirectCall(); MergeCompatibleInvokesImpl() local
2017 bool IsIndirectCall = (CB && isa<CallInst>(CB) && CB->isIndirectCall()); LowerCall() local