Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() argument
178 bool IsIndirectCall; in emitInstruction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h380 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp326 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall() argument
674 bool IsIndirectCall) override { in onLoweredCall() argument
1203 onLoweredCall(Function * F,CallBase & Call,bool IsIndirectCall) onLoweredCall() argument
2267 bool IsIndirectCall = !F; visitCallBase() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h564 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1955 auto IsIndirectCall = [](const Instruction *I) { canSinkInstructions() local
2463 auto IsIndirectCall = [](InvokeInst *II) { return II->isIndirectCall(); }; shouldBelongToSameSet() local
2626 bool IsIndirectCall = Invokes[0]->isIndirectCall(); MergeCompatibleInvokesImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp2003 bool IsIndirectCall = (CB && isa<CallInst>(CB) && CB->isIndirectCall()); LowerCall() local