Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachinePipeliner.h602 void computeStart(SUnit *SU, int *MaxEarlyStart, int *MinLateStart, int II,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachinePipeliner.cpp2474 Schedule.computeStart(SU, &EarlyStart, &LateStart, II, this); in schedulePipeline()
2917 void SMSchedule::computeStart(SUnit *SU, int *MaxEarlyStart, int *MinLateStart, in computeStart() function in SMSchedule