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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp5163 struct AAFoldRuntimeCall struct in namespace:__anon2850
5167 AAFoldRuntimeCall(const IRPosition &IRP, Attributor &A) : Base(IRP) {} function in struct:__anon2850::AAFoldRuntimeCall
5173 static AAFoldRuntimeCall &createForPosition(const IRPosition &IRP,
5177 const std::string getName() const override { return "AAFoldRuntimeCall"; }
5183 /// AAFoldRuntimeCall
5191 struct AAFoldRuntimeCallCallSiteReturned : AAFoldRuntimeCall {
5193 : AAFoldRuntimeCall(IRP, A) {}
5299 return AAFoldRuntimeCall::indicatePessimisticFixpoint();
5477 A.getOrCreateAAFor<AAFoldRuntimeCall>(
5601 const char AAFoldRuntimeCall
[all...]

Completed in 177 milliseconds