Lines Matching defs:AAFoldRuntimeCall
5166 struct AAFoldRuntimeCall
5170 AAFoldRuntimeCall(const IRPosition &IRP, Attributor &A) : Base(IRP) {}
5176 static AAFoldRuntimeCall &createForPosition(const IRPosition &IRP,
5180 const std::string getName() const override { return "AAFoldRuntimeCall"; }
5186 /// AAFoldRuntimeCall
5194 struct AAFoldRuntimeCallCallSiteReturned : AAFoldRuntimeCall {
5196 : AAFoldRuntimeCall(IRP, A) {}
5302 return AAFoldRuntimeCall::indicatePessimisticFixpoint();
5480 A.getOrCreateAAFor<AAFoldRuntimeCall>(
5608 const char AAFoldRuntimeCall::ID = 0;
5700 AAFoldRuntimeCall &AAFoldRuntimeCall::createForPosition(const IRPosition &IRP,
5702 AAFoldRuntimeCall *AA = nullptr;