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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp186 void allocateCandidatesAndFindBasisForAdd(Instruction *I);
190 void allocateCandidatesAndFindBasisForAdd(Value *LHS, Value *RHS,
376 allocateCandidatesAndFindBasisForAdd(I);
387 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( function in class:StraightLineStrengthReduce
395 allocateCandidatesAndFindBasisForAdd(LHS, RHS, I);
397 allocateCandidatesAndFindBasisForAdd(RHS, LHS, I);
400 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( function in class:StraightLineStrengthReduce

Completed in 29 milliseconds