Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall()
178 bool IsIndirectCall; in emitInstruction() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h380 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp315 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall()
663 bool IsIndirectCall) override { in onLoweredCall()
1134 bool IsIndirectCall) override { in onLoweredCall()
2179 bool IsIndirectCall = !F; in visitCallBase() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h559 bool IsIndirectCall = CI.isIndirectCall(); in visitCallInst() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1872 auto IsIndirectCall = [](const Instruction *I) { in canSinkInstructions() local
2378 auto IsIndirectCall = [](InvokeInst *II) { return II->isIndirectCall(); }; in shouldBelongToSameSet() local
2541 bool IsIndirectCall = Invokes[0]->isIndirectCall(); in MergeCompatibleInvokesImpl() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4428 bool IsIndirectCall = (CB && isa<CallInst>(CB) && CB->isIndirectCall()); in LowerCall() local