Searched refs:shouldAnalyzeRecursively (Results 1 – 4 of 4) sorted by relevance
91 virtual bool shouldAnalyzeRecursively(Operation *op) const { return true; } in shouldAnalyzeRecursively() function172 virtual bool shouldAnalyzeRecursively(Operation *op) const;
87 bool InlinerInterface::shouldAnalyzeRecursively(Operation *op) const { in shouldAnalyzeRecursively() function in InlinerInterface89 return handler ? handler->shouldAnalyzeRecursively(op) : true; in shouldAnalyzeRecursively()125 if (interface.shouldAnalyzeRecursively(&op) && in isLegalToInline()
119 bool shouldAnalyzeRecursively(Operation *op) const final { in shouldAnalyzeRecursively() function
63 bool shouldAnalyzeRecursively(Operation *op) const final { return true; } in shouldAnalyzeRecursively() function