Home
last modified time | relevance | path

Searched refs:tryScheduleBundle (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp799 bool tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP);
1088 if (!BS.tryScheduleBundle(VL, this)) { in buildTree_rec()
2804 bool BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, in tryScheduleBundle() function in BoUpSLP::BlockScheduling