Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCPseudoProbe.h133 bool isDirectCall() const { in isDirectCall() function
137 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1735 static bool isDirectCall(Use& U) { in isDirectCall() function
1755 if (isDirectCall(U) && (Old->isDSOLocal() || !IsJumpTableCanonical)) in replaceCfiUses()
1778 Old->replaceUsesWithIf(New, isDirectCall); in replaceDirectCalls()
H A DOpenMPOpt.cpp2813 return ACS.isDirectCall() && in updateImpl()
H A DAttributorAttributes.cpp6643 if (ACS.isDirectCall()) in updateImpl()