Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2320 void initScheduleData(Instruction *FromI, Instruction *ToI,
5823 initScheduleData(I, I->getNextNode(), nullptr, nullptr); in extendSchedulingRegion()
5852 initScheduleData(I, ScheduleStart, nullptr, FirstLoadStoreInRegion); in extendSchedulingRegion()
5865 initScheduleData(ScheduleEnd, I->getNextNode(), LastLoadStoreInRegion, in extendSchedulingRegion()
5875 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData() function in BoUpSLP::BlockScheduling