Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp50 if (EI.isArtificialDep()) in getEdgeAttributes()
H A DMachineScheduler.cpp4400 if (EI.isArtificialDep()) in getEdgeAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h686 bool isArtificialDep() const { in isArtificialDep() function