Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp810 void initScheduleData(Instruction *FromI, Instruction *ToI,
2925 initScheduleData(I, I->getNextNode(), nullptr, nullptr); in extendSchedulingRegion()
2946 initScheduleData(I, ScheduleStart, nullptr, FirstLoadStoreInRegion); in extendSchedulingRegion()
2955 initScheduleData(ScheduleEnd, I->getNextNode(), LastLoadStoreInRegion, in extendSchedulingRegion()
2970 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData() function in BoUpSLP::BlockScheduling