Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp191 bool isSimplestForm(const Candidate &C);
322 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm() function in StraightLineStrengthReduce
363 if (!isFoldable(C, TTI, DL) && !isSimplestForm(C)) { in allocateCandidatesAndFindBasis()