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