Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3883 void initScheduleData(Instruction *FromI, Instruction *ToI,
14648 initScheduleData(I, I->getNextNode(), nullptr, nullptr); in extendSchedulingRegion()
14689 initScheduleData(I, ScheduleStart, nullptr, FirstLoadStoreInRegion); in extendSchedulingRegion()
14702 initScheduleData(ScheduleEnd, I->getNextNode(), LastLoadStoreInRegion, in extendSchedulingRegion()
14712 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData() function in BoUpSLP::BlockScheduling