Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp751 Value *WideableCond = nullptr; in collectChecks() local
768 WideableCond = Condition; in collectChecks()
788 if (WideableCond) in collectChecks()
789 Checks.push_back(WideableCond); in collectChecks()