Searched refs:FirstInBundle (Results 1 – 2 of 2) sorted by relevance
287 MachineBasicBlock::iterator FirstInBundle = in addToPacket() local290 getPreviousVector(FirstInBundle); in addToPacket()
2899 FirstInBundle = this; in init()2930 assert(Inst->getParent() == FirstInBundle->Inst->getParent() && in verify()2941 bool isSchedulingEntity() const { return FirstInBundle == this; } in isSchedulingEntity()2946 return NextInBundle != nullptr || FirstInBundle != this || TE; in isPartOfBundle()2964 return FirstInBundle->unscheduledDepsInBundle(); in incrementUnscheduledDeps()3019 ScheduleData *FirstInBundle = nullptr; member3168 ScheduleData *DepBundle = OpDef->FirstInBundle; in schedule()3217 ScheduleData *DepBundle = MemoryDepSD->FirstInBundle; in schedule()3230 ScheduleData *DepBundle = DepSD->FirstInBundle; in schedule()3257 assert(isInSchedulingRegion(SD->FirstInBundle) && in verify()[all …]