Searched defs:BoUpSLP (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp357 class BoUpSLP { class in namespace:__anon13022
364 BoUpSLP(Function *Func, ScalarEvolution *Se, TargetTransformInfo *Tti, function in class:__anon13022::BoUpSLP
565 /// is delayed until BoUpSLP is destructed.
576 /// eventually when the BoUpSLP is destructed.
723 const BoUpSLP::ScheduleData &SD);
824 bool tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP);
842 BoUpSLP *SLP);
925 raw_ostream &operator<<(raw_ostream &os, const BoUpSLP::ScheduleData &SD) {
931 void BoUpSLP::buildTree(ArrayRef<Value *> Roots,
989 void BoUpSLP
[all...]

Completed in 35 milliseconds