Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp14118 bool Recalc = false; in VisitBinaryOperator() local
14128 Recalc = true; in VisitBinaryOperator()
14139 Recalc = true; in VisitBinaryOperator()
14141 if (!Recalc && (AC.isInfinity() || BD.isInfinity() || in VisitBinaryOperator()
14151 Recalc = true; in VisitBinaryOperator()
14153 if (Recalc) { in VisitBinaryOperator()