Home
last modified time | relevance | path

Searched refs:isDirectCall (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAbstractCallSite.h115 bool isDirectCall() const { in isDirectCall() function
138 if (isDirectCall()) in isCallee()
155 if (isDirectCall()) in getNumArgOperands()
170 if (isDirectCall()) in getCallArgOperandNo()
184 if (isDirectCall()) in getCallArgOperand()
211 if (isDirectCall()) in getCalledOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.h138 bool isDirectCall() const { return Type == PseudoProbeType::DirectCall; } in isDirectCall() function
139 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1735 static bool isDirectCall(Use& U) { in isDirectCall() function
1758 if (isDirectCall(U) && (Old->isDSOLocal() || !IsJumpTableCanonical)) in replaceCfiUses()
1781 Old->replaceUsesWithIf(New, [](Use &U) { return isDirectCall(U); }); in replaceDirectCalls()
H A DAttributorAttributes.cpp5550 if (ACS.isDirectCall()) in updateImpl()