Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp192 bool isSimplestForm(const Candidate &C);
323 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm() function in StraightLineStrengthReduce
364 if (!isFoldable(C, TTI, DL) && !isSimplestForm(C)) { in allocateCandidatesAndFindBasis()