Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp129 class StraightLineStrengthReduce { class
131 StraightLineStrengthReduce(const DataLayout *DL, DominatorTree *DT, in StraightLineStrengthReduce() function in __anon0eec50480111::StraightLineStrengthReduce
272 bool StraightLineStrengthReduce::isBasisFor(const Candidate &Basis, in isBasisFor()
301 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, in isFoldable()
322 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm()
346 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
382 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
397 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
410 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
440 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( in allocateCandidatesAndFindBasisForMul()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile2040 SRCS_MIN+= Transforms/Scalar/StraightLineStrengthReduce.cpp