Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp788 static bool areAllOperandsNonInsts(Value *V) { in areAllOperandsNonInsts() function
824 return areAllOperandsNonInsts(V) && isUsedOutsideBlock(V); in doesNotNeedToBeScheduled()
833 (all_of(VL, isUsedOutsideBlock) || all_of(VL, areAllOperandsNonInsts)); in doesNotNeedToSchedule()