Searched defs:isLoadCombineCandidate (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | Reassociate.cpp | 886 static bool isLoadCombineCandidate(Instruction *Or) { isLoadCombineCandidate() function |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | SLPVectorizer.cpp | 10039 bool BoUpSLP::isLoadCombineCandidate(ArrayRef<Value *> Stores) const { isLoadCombineCandidate() function in BoUpSLP |