Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp191 bool isSimplestForm(const Candidate &C);
318 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm() function in StraightLineStrengthReduce
359 if (!isFoldable(C, TTI, DL) && !isSimplestForm(C)) { in allocateCandidatesAndFindBasis()