Searched refs:isUsedOutsideBlock (Results 1 – 1 of 1) sorted by relevance
928 static bool isUsedOutsideBlock(Value *V) { in isUsedOutsideBlock() function947 return areAllOperandsNonInsts(V) && isUsedOutsideBlock(V); in doesNotNeedToBeScheduled()956 (all_of(VL, isUsedOutsideBlock) || all_of(VL, areAllOperandsNonInsts)); in doesNotNeedToSchedule()8574 return !isVectorLikeInstWithConstOps(V) && isUsedOutsideBlock(V); in getLastInstructionInBundle()