Searched refs:isUsedOutsideBlock (Results 1 – 1 of 1) sorted by relevance
805 static bool isUsedOutsideBlock(Value *V) { in isUsedOutsideBlock() function824 return areAllOperandsNonInsts(V) && isUsedOutsideBlock(V); in doesNotNeedToBeScheduled()833 (all_of(VL, isUsedOutsideBlock) || all_of(VL, areAllOperandsNonInsts)); in doesNotNeedToSchedule()7507 if (all_of(E->Scalars, isUsedOutsideBlock)) in setInsertPointAfterBundle()