Lines Matching defs:AAFoldRuntimeCall
5164 struct AAFoldRuntimeCall
5168 AAFoldRuntimeCall(const IRPosition &IRP, Attributor &A) : Base(IRP) {}
5174 static AAFoldRuntimeCall &createForPosition(const IRPosition &IRP,
5178 const std::string getName() const override { return "AAFoldRuntimeCall"; }
5184 /// AAFoldRuntimeCall
5192 struct AAFoldRuntimeCallCallSiteReturned : AAFoldRuntimeCall {
5194 : AAFoldRuntimeCall(IRP, A) {}
5300 return AAFoldRuntimeCall::indicatePessimisticFixpoint();
5478 A.getOrCreateAAFor<AAFoldRuntimeCall>(
5602 const char AAFoldRuntimeCall::ID = 0;
5694 AAFoldRuntimeCall &AAFoldRuntimeCall::createForPosition(const IRPosition &IRP,
5696 AAFoldRuntimeCall *AA = nullptr;