Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp211 void updateLiveness(std::set<Register> &RegSet, bool Recalc,
553 bool Recalc, bool UpdateKills, in updateLiveness() argument
564 if (Recalc) in updateLiveness()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp14388 bool Recalc = false; in VisitBinaryOperator() local
14398 Recalc = true; in VisitBinaryOperator()
14409 Recalc = true; in VisitBinaryOperator()
14411 if (!Recalc && (AC.isInfinity() || BD.isInfinity() || in VisitBinaryOperator()
14421 Recalc = true; in VisitBinaryOperator()
14423 if (Recalc) { in VisitBinaryOperator()