Searched defs:isAtFixpoint (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ | ||
D | OpenMPOpt.cpp | 643 bool isAtFixpoint() const override { return IsAtFixpoint; } in isAtFixpoint() function |
D | AttributorAttributes.cpp | 747 bool isAtFixpoint() const override { return BS.isAtFixpoint(); } in isAtFixpoint() function |
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ | ||
D | Attributor.cpp | 1037 bool isAtFixpoint() const override { return IsFixed; } in isAtFixpoint() function in __anon5369624f0111::AAReturnedValuesImpl |