Searched refs:isUsedOutsideBlock (Results 1 – 1 of 1) sorted by relevance
1701 static bool isUsedOutsideBlock(Value *V) { in isUsedOutsideBlock() function1719 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()