Searched refs:BlockScheduling (Results 1 – 1 of 1) sorted by relevance
399 BlockScheduling *BS = Iter.second.get(); in deleteTree()728 struct BlockScheduling { struct in __anonf9942ad60111::BoUpSLP730 BlockScheduling(BasicBlock *BB) in BlockScheduling() argument897 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;901 void scheduleBlock(BlockScheduling *BS);1104 BSRef = llvm::make_unique<BlockScheduling>(BB); in buildTree_rec()1106 BlockScheduling &BS = *BSRef.get(); in buildTree_rec()2745 bool BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, in tryScheduleBundle()2832 void BoUpSLP::BlockScheduling::cancelScheduling(ArrayRef<Value *> VL) { in cancelScheduling()2858 bool BoUpSLP::BlockScheduling::extendSchedulingRegion(Value *V) { in extendSchedulingRegion()[all …]