Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4788 struct AAFoldRuntimeCall struct
4792 AAFoldRuntimeCall(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAFoldRuntimeCall() function
4798 static AAFoldRuntimeCall &createForPosition(const IRPosition &IRP,
4816 struct AAFoldRuntimeCallCallSiteReturned : AAFoldRuntimeCall {
4818 : AAFoldRuntimeCall(IRP, A) {} in AAFoldRuntimeCallCallSiteReturned()
4924 return AAFoldRuntimeCall::indicatePessimisticFixpoint(); in indicatePessimisticFixpoint()
5099 A.getOrCreateAAFor<AAFoldRuntimeCall>( in registerFoldRuntimeCall()
5212 const char AAFoldRuntimeCall::ID = 0;
5304 AAFoldRuntimeCall &AAFoldRuntimeCall::createForPosition(const IRPosition &IRP, in createForPosition()
5306 AAFoldRuntimeCall *AA = nullptr; in createForPosition()