Home
last modified time | relevance | path

Searched defs:isLoadCombineCandidate (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp886 static bool isLoadCombineCandidate(Instruction *Or) { isLoadCombineCandidate() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10039 bool BoUpSLP::isLoadCombineCandidate(ArrayRef<Value *> Stores) const { isLoadCombineCandidate() function in BoUpSLP