Home
last modified time | relevance | path

Searched refs:Recalc (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp245 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-7.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp209 void updateLiveness(std::set<unsigned> &RegSet, bool Recalc,
552 bool Recalc, bool UpdateKills, bool UpdateDeads) { in updateLiveness() argument
562 if (Recalc) in updateLiveness()
/external/clang/lib/AST/
DExprConstant.cpp8736 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()