Searched refs:Recalc (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 245 void updateLiveness(std::set<unsigned> &RegSet, bool Recalc, 557 bool Recalc, bool UpdateKills, bool UpdateDeads) { in updateLiveness() argument 560 if (Recalc) in updateLiveness()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 209 void updateLiveness(std::set<unsigned> &RegSet, bool Recalc, 552 bool Recalc, bool UpdateKills, bool UpdateDeads) { in updateLiveness() argument 562 if (Recalc) in updateLiveness()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 211 void updateLiveness(std::set<Register> &RegSet, bool Recalc, 553 bool Recalc, bool UpdateKills, in updateLiveness() argument 564 if (Recalc) in updateLiveness()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 8736 bool Recalc = false; in VisitBinaryOperator() local 8746 Recalc = true; in VisitBinaryOperator() 8757 Recalc = true; in VisitBinaryOperator() 8759 if (!Recalc && (AC.isInfinity() || BD.isInfinity() || in VisitBinaryOperator() 8769 Recalc = true; in VisitBinaryOperator() 8771 if (Recalc) { in VisitBinaryOperator()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 14110 bool Recalc = false; in VisitBinaryOperator() local 14120 Recalc = true; in VisitBinaryOperator() 14131 Recalc = true; in VisitBinaryOperator() 14133 if (!Recalc && (AC.isInfinity() || BD.isInfinity() || in VisitBinaryOperator() 14143 Recalc = true; in VisitBinaryOperator() 14145 if (Recalc) { in VisitBinaryOperator()
|