HomeSort by: relevance | last modified time | path
    Searched defs:BlockScheduling (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 661 BlockScheduling *BS = Iter.second.get();
2098 /// the current SchedulingRegionID of BlockScheduling.
2146 struct BlockScheduling {
2147 BlockScheduling(BasicBlock *BB)
2387 /// Attaches the BlockScheduling structures to basic blocks.
2388 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
2392 void scheduleBlock(BlockScheduling *BS);
2788 BSRef = std::make_unique<BlockScheduling>(BB);
2790 BlockScheduling &BS = *BSRef.get();
5668 BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP
    [all...]
SLPVectorizer.cpp 661 BlockScheduling *BS = Iter.second.get();
2098 /// the current SchedulingRegionID of BlockScheduling.
2146 struct BlockScheduling {
2147 BlockScheduling(BasicBlock *BB)
2387 /// Attaches the BlockScheduling structures to basic blocks.
2388 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
2392 void scheduleBlock(BlockScheduling *BS);
2788 BSRef = std::make_unique<BlockScheduling>(BB);
2790 BlockScheduling &BS = *BSRef.get();
5668 BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP
    [all...]
SLPVectorizer.cpp 661 BlockScheduling *BS = Iter.second.get();
2098 /// the current SchedulingRegionID of BlockScheduling.
2146 struct BlockScheduling {
2147 BlockScheduling(BasicBlock *BB)
2387 /// Attaches the BlockScheduling structures to basic blocks.
2388 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
2392 void scheduleBlock(BlockScheduling *BS);
2788 BSRef = std::make_unique<BlockScheduling>(BB);
2790 BlockScheduling &BS = *BSRef.get();
5668 BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP
    [all...]

Completed in 57 milliseconds