Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp161 void allocateCandidatesAndFindBasisForAdd(Instruction *I);
164 void allocateCandidatesAndFindBasisForAdd(Value *LHS, Value *RHS,
369 allocateCandidatesAndFindBasisForAdd(I); in allocateCandidatesAndFindBasis()
380 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd() function in StraightLineStrengthReduce
388 allocateCandidatesAndFindBasisForAdd(LHS, RHS, I); in allocateCandidatesAndFindBasisForAdd()
390 allocateCandidatesAndFindBasisForAdd(RHS, LHS, I); in allocateCandidatesAndFindBasisForAdd()
393 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd() function in StraightLineStrengthReduce