Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp929 static bool isUsedOutsideBlock(Value *V) { in isUsedOutsideBlock() function
948 return areAllOperandsNonInsts(V) && isUsedOutsideBlock(V); in doesNotNeedToBeScheduled()
957 (all_of(VL, isUsedOutsideBlock) || all_of(VL, areAllOperandsNonInsts)); in doesNotNeedToSchedule()
9914 return !isVectorLikeInstWithConstOps(V) && isUsedOutsideBlock(V); in getLastInstructionInBundle()