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