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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp193 void allocateCandidatesAndFindBasisForMul(Instruction *I);
197 void allocateCandidatesAndFindBasisForMul(Value *LHS, Value *RHS,
379 allocateCandidatesAndFindBasisForMul(I);
432 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( function in class:StraightLineStrengthReduce
454 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForMul( function in class:StraightLineStrengthReduce
463 allocateCandidatesAndFindBasisForMul(LHS, RHS, I);
466 allocateCandidatesAndFindBasisForMul(RHS, LHS, I);

Completed in 49 milliseconds