Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4392 struct AAFoldRuntimeCall struct
4396 AAFoldRuntimeCall(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAFoldRuntimeCall() function
4402 static AAFoldRuntimeCall &createForPosition(const IRPosition &IRP,
4420 struct AAFoldRuntimeCallCallSiteReturned : AAFoldRuntimeCall {
4422 : AAFoldRuntimeCall(IRP, A) {} in AAFoldRuntimeCallCallSiteReturned()
4531 return AAFoldRuntimeCall::indicatePessimisticFixpoint(); in indicatePessimisticFixpoint()
4731 A.getOrCreateAAFor<AAFoldRuntimeCall>( in registerFoldRuntimeCall()
4823 const char AAFoldRuntimeCall::ID = 0;
4915 AAFoldRuntimeCall &AAFoldRuntimeCall::createForPosition(const IRPosition &IRP, in createForPosition()
4917 AAFoldRuntimeCall *AA = nullptr; in createForPosition()