Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1701 static bool isUsedOutsideBlock(Value *V) { in isUsedOutsideBlock() function
1719 return areAllOperandsNonInsts(V) && isUsedOutsideBlock(V); in doesNotNeedToBeScheduled()
1728 (all_of(VL, isUsedOutsideBlock) || all_of(VL, areAllOperandsNonInsts)); in doesNotNeedToSchedule()
15385 all_of(TEUseEI.UserTE->Scalars, isUsedOutsideBlock)) { in isGatherShuffledSingleRegisterEntry()
15389 !all_of(UseEI.UserTE->Scalars, isUsedOutsideBlock)) in isGatherShuffledSingleRegisterEntry()
16159 (!isVectorLikeInstWithConstOps(V) && isUsedOutsideBlock(V)); in getLastInstructionInBundle()
18640 [](Value *V) { return isUsedOutsideBlock(V); })) { in vectorizeTree()