Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h489 unsigned computeCyclicCriticalPath();
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1334 unsigned ScheduleDAGMILive::computeCyclicCriticalPath() { in computeCyclicCriticalPath() function in ScheduleDAGMILive
3041 Rem.CyclicCritPath = DAG->computeCyclicCriticalPath(); in registerRoots()