Searched refs:initScheduleData (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 835 void initScheduleData(Instruction *FromI, Instruction *ToI, 2866 initScheduleData(I, I->getNextNode(), nullptr, nullptr); in extendSchedulingRegion() 2887 initScheduleData(I, ScheduleStart, nullptr, FirstLoadStoreInRegion); in extendSchedulingRegion() 2896 initScheduleData(ScheduleEnd, I->getNextNode(), LastLoadStoreInRegion, in extendSchedulingRegion() 2911 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData() function in __anonf9942ad60111::BoUpSLP::BlockScheduling
|