Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp50 if (EI.isArtificialDep()) in getEdgeAttributes()
H A DMachineScheduler.cpp3926 if (EI.isArtificialDep()) in getEdgeAttributes()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h659 bool isArtificialDep() const { in isArtificialDep() function