Searched defs:hasSideEffects (Results 1 – 9 of 9) sorted by relevance
50 private boolean hasSideEffects; field in SideEffectMethodMarker127 private boolean hasSideEffects(Clazz clazz, in hasSideEffects() method in SideEffectMethodMarker175 public static boolean hasSideEffects(Method method) in hasSideEffects() method in SideEffectMethodMarker
36 private boolean hasSideEffects = false; field in MethodOptimizationInfo91 public boolean hasSideEffects() in hasSideEffects() method in MethodOptimizationInfo
58 private boolean hasSideEffects; field in SideEffectInstructionChecker73 public boolean hasSideEffects(Clazz clazz, in hasSideEffects() method in SideEffectInstructionChecker
29 StringRef Constraints, bool hasSideEffects, in get()38 const std::string &constraints, bool hasSideEffects, in InlineAsm()
384 virtual bool hasSideEffects() const { return false; } in hasSideEffects() function412 virtual bool hasSideEffects() const { return false; } in hasSideEffects() function433 virtual bool hasSideEffects() const { return false; } in hasSideEffects() function478 virtual bool hasSideEffects() const { return isAssignment(); } in hasSideEffects() function506 virtual bool hasSideEffects() const in hasSideEffects() function550 virtual bool hasSideEffects() const in hasSideEffects() function596 virtual bool hasSideEffects() const { return true; } in hasSideEffects() function654 virtual bool hasSideEffects() const { return true; } in hasSideEffects() function
248 bool hasSideEffects : 1; variable
2558 bool hasSideEffects; member in InstAnalyzer
174 bool trans::hasSideEffects(Expr *E, ASTContext &Ctx) { in hasSideEffects() function in trans
547 bool hasSideEffects() const { in hasSideEffects() function