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.cpp205 void updateLiveness(const std::set<Register> &RegSet, bool Recalc,
537 bool Recalc, bool UpdateKills, in updateLiveness() argument
548 if (Recalc) in updateLiveness()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp16132 bool Recalc = false; in HandleComplexComplexMul() local
16142 Recalc = true; in HandleComplexComplexMul()
16153 Recalc = true; in HandleComplexComplexMul()
16155 if (!Recalc && (AC.isInfinity() || BD.isInfinity() || AD.isInfinity() || in HandleComplexComplexMul()
16165 Recalc = true; in HandleComplexComplexMul()
16167 if (Recalc) { in HandleComplexComplexMul()