Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3321 void initScheduleData(Instruction *FromI, Instruction *ToI,
10582 initScheduleData(I, I->getNextNode(), nullptr, nullptr); in extendSchedulingRegion()
10611 initScheduleData(I, ScheduleStart, nullptr, FirstLoadStoreInRegion); in extendSchedulingRegion()
10624 initScheduleData(ScheduleEnd, I->getNextNode(), LastLoadStoreInRegion, in extendSchedulingRegion()
10634 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData() function in BoUpSLP::BlockScheduling