Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp72 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall()
177 bool IsIndirectCall; in emitInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h380 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h563 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp339 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall()
729 bool IsIndirectCall) override { in onLoweredCall()
1314 bool IsIndirectCall) override { in onLoweredCall()
2478 bool IsIndirectCall = !F; in visitCallBase() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2198 auto IsIndirectCall = [](const Instruction *I) { in canSinkInstructions() local
2651 auto IsIndirectCall = [](InvokeInst *II) { return II->isIndirectCall(); }; in shouldBelongToSameSet() local
2815 bool IsIndirectCall = Invokes[0]->isIndirectCall(); in mergeCompatibleInvokesImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2047 bool IsIndirectCall = (CB && isa<CallInst>(CB) && CB->isIndirectCall()); in LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1773 const bool IsIndirectCall = (!Func && CB) || ConvertToIndirectCall; in LowerCall() local