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.cpp15240 bool Recalc = false; in HandleComplexComplexMul() local
15250 Recalc = true; in HandleComplexComplexMul()
15261 Recalc = true; in HandleComplexComplexMul()
15263 if (!Recalc && (AC.isInfinity() || BD.isInfinity() || AD.isInfinity() || in HandleComplexComplexMul()
15273 Recalc = true; in HandleComplexComplexMul()
15275 if (Recalc) { in HandleComplexComplexMul()