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.cpp125 class StraightLineStrengthReduce { class
127 StraightLineStrengthReduce(const DataLayout *DL, DominatorTree *DT, in StraightLineStrengthReduce() function in __anon0eec50480111::StraightLineStrengthReduce
268 bool StraightLineStrengthReduce::isBasisFor(const Candidate &Basis, in isBasisFor()
297 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, in isFoldable()
318 bool StraightLineStrengthReduce::isSimplestForm(const Candidate &C) { in isSimplestForm()
342 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
378 void StraightLineStrengthReduce::allocateCandidatesAndFindBasis( in allocateCandidatesAndFindBasis()
393 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
406 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd()
436 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( in allocateCandidatesAndFindBasisForMul()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1896 SRCS_MIN+= Transforms/Scalar/StraightLineStrengthReduce.cpp