Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCPseudoProbe.h140 bool isDirectCall() const { in isDirectCall() function
144 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1757 static bool isDirectCall(Use& U) { in isDirectCall() function
1777 if (isDirectCall(U) && (Old->isDSOLocal() || !IsJumpTableCanonical)) in replaceCfiUses()
1800 Old->replaceUsesWithIf(New, isDirectCall); in replaceDirectCalls()
H A DAttributorAttributes.cpp7356 if (ACS.isDirectCall()) in updateImpl()