Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1741 static bool isDirectCall(Use& U) { in isDirectCall() function
1764 if (isDirectCall(U) && (Old->isDSOLocal() || !IsJumpTableCanonical)) in replaceCfiUses()
1787 Old->replaceUsesWithIf(New, [](Use &U) { return isDirectCall(U); }); in replaceDirectCalls()
H A DOpenMPOpt.cpp2499 return ACS.isDirectCall() && in updateImpl()
H A DAttributorAttributes.cpp6555 if (ACS.isDirectCall()) in updateImpl()