Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp199 void allocateCandidatesAndFindBasisForAdd(Instruction *I);
203 void allocateCandidatesAndFindBasisForAdd(Value *LHS, Value *RHS,
387 allocateCandidatesAndFindBasisForAdd(I); in allocateCandidatesAndFindBasis()
398 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd() function in StraightLineStrengthReduce
406 allocateCandidatesAndFindBasisForAdd(LHS, RHS, I); in allocateCandidatesAndFindBasisForAdd()
408 allocateCandidatesAndFindBasisForAdd(RHS, LHS, I); in allocateCandidatesAndFindBasisForAdd()
411 void StraightLineStrengthReduce::allocateCandidatesAndFindBasisForAdd( in allocateCandidatesAndFindBasisForAdd() function in StraightLineStrengthReduce