Searched refs:areAllOperandsNonInsts (Results 1 – 1 of 1) sorted by relevance
788 static bool areAllOperandsNonInsts(Value *V) { in areAllOperandsNonInsts() function824 return areAllOperandsNonInsts(V) && isUsedOutsideBlock(V); in doesNotNeedToBeScheduled()833 (all_of(VL, isUsedOutsideBlock) || all_of(VL, areAllOperandsNonInsts)); in doesNotNeedToSchedule()