Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5094 void scheduleBlock(BlockScheduling *BS);
18616 scheduleBlock(BSIter.second.get()); in vectorizeTree()
19893 void BoUpSLP::scheduleBlock(BlockScheduling *BS) { in scheduleBlock() function in BoUpSLP