Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp154 bool isSimplestForm(const Candidate &C);
298 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm() function in StraightLineStrengthReduce
339 if (!isFoldable(C, TTI, DL) && !isSimplestForm(C)) { in allocateCandidatesAndFindBasis()