Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp212 void updateLiveness(const std::set<Register> &RegSet, bool Recalc,
554 bool Recalc, bool UpdateKills, in updateLiveness() argument
565 if (Recalc) in updateLiveness()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14945 bool Recalc = false; in VisitBinaryOperator() local
14955 Recalc = true; in VisitBinaryOperator()
14966 Recalc = true; in VisitBinaryOperator()
14968 if (!Recalc && (AC.isInfinity() || BD.isInfinity() || in VisitBinaryOperator()
14978 Recalc = true; in VisitBinaryOperator()
14980 if (Recalc) { in VisitBinaryOperator()