Home
last modified time | relevance | path

Searched defs:IsIndirectCall (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp178 if (isCall(Inst, &IsIndirectCall)) { in emitInstruction() local
73 isCall(const MCInst & MI,bool * IsIndirectCall) isCall() argument
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h380 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp326 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
/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h564 if (IsIndirectCall && !EnableIndirectCalls) in visitCallInst() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2024 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
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2017 bool IsIndirectCall = (CB && isa<CallInst>(CB) && CB->isIndirectCall()); LowerCall() local