Searched refs:handleFloatingPointIV (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp148 bool handleFloatingPointIV(Loop *L, PHINode *PH);
308 bool IndVarSimplify::handleFloatingPointIV(Loop *L, PHINode *PN) { function in class:IndVarSimplify
515 Changed |= handleFloatingPointIV(L, PN);

Completed in 51 milliseconds