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);

Return Value

True if Dep is non-null and not a data dependency.

Parameters

NameDescription
DepDependency to test, which may be null.