Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall()
178 bool IsIndirectCall; in emitInstruction() local
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h380 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp286 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall()
628 bool IsIndirectCall) override { in onLoweredCall()
1098 bool IsIndirectCall) override { in onLoweredCall()
2129 bool IsIndirectCall = !F; in visitCallBase() local
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h558 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1784 auto IsIndirectCall = [](const Instruction *I) { in canSinkInstructions() local
2284 auto IsIndirectCall = [](InvokeInst *II) { return II->isIndirectCall(); }; in shouldBelongToSameSet() local
2443 bool IsIndirectCall = Invokes[0]->isIndirectCall(); in MergeCompatibleInvokesImpl() local
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4350 bool IsIndirectCall = (CB && isa<CallInst>(CB) && CB->isIndirectCall()); in LowerCall() local