Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5019 void initScheduleData(Instruction *FromI, Instruction *ToI,
19587 initScheduleData(I, I->getNextNode(), nullptr, nullptr); in extendSchedulingRegion()
19626 initScheduleData(I, ScheduleStart, nullptr, FirstLoadStoreInRegion); in extendSchedulingRegion()
19637 initScheduleData(ScheduleEnd, I->getNextNode(), LastLoadStoreInRegion, in extendSchedulingRegion()
19645 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData() function in BoUpSLP::BlockScheduling