Home
last modified time | relevance | path

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

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