llvm::isNonDataDep

Returns true if Dep is a non-null non-data dependency.

Synopsis

Declared in <llvm/CodeGen/MacroFusion.h>

bool
isNonDataDep(SDep const* Dep);

Parameters

NameDescription
DepScheduling dependency. This represents one direction of an edge in the scheduling DAG.