Searched refs:AlreadyScheduled (Results 1 – 3 of 3) sorted by relevance
232 return BndlSchedState::AlreadyScheduled; in getBndlSchedState()313 case BndlSchedState::AlreadyScheduled: in trySchedule()
113 DenseSet<GlobalValue *> AlreadyScheduled; member in __anoncb3f1d700111::Mapper1132 assert(AlreadyScheduled.insert(&GV).second && "Should not reschedule"); in scheduleMapGlobalInitializer()1148 assert(AlreadyScheduled.insert(&GV).second && "Should not reschedule"); in scheduleMapAppendingVariable()1164 assert(AlreadyScheduled.insert(&GV).second && "Should not reschedule"); in scheduleMapAliasOrIFunc()1178 assert(AlreadyScheduled.insert(&F).second && "Should not reschedule"); in scheduleRemapFunction()
200 AlreadyScheduled, ///> At least one instruction in the bundle belongs to a enumerator