Searched refs:isUsedOutsideBlock (Results 1 – 1 of 1) sorted by relevance
1086 static bool isUsedOutsideBlock(Value *V) { in isUsedOutsideBlock() function 1104 return areAllOperandsNonInsts(V) && isUsedOutsideBlock(V); in doesNotNeedToBeScheduled() 1113 (all_of(VL, isUsedOutsideBlock) || all_of(VL, areAllOperandsNonInsts)); in doesNotNeedToSchedule() 11523 isUsedOutsideBlock(V); in getLastInstructionInBundle()