Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp52 if (EI.isCtrlDep()) in getEdgeAttributes()
H A DMachineScheduler.cpp4402 if (EI.isCtrlDep()) in getEdgeAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h683 bool isCtrlDep() const { in isCtrlDep() function