setNextPredecessor ‐ Sets the value of the NextPredecessor field.

Synopsis

Declared in <llvm/Analysis/DependenceAnalysis.h>

void
setNextPredecessor(Dependence const* pred);

Parameters

Name

Description

pred

Dependence ‐ This class represents a dependence between two memory memory references in a function. It contains minimal information and is used in the very common situation where the compiler is unable to determine anything beyond the existence of a dependence; that is, it represents a confused dependence (see also FullDependence). In most cases (for output, flow, and anti dependences), the dependence implies an ordering, where the source must precede the destination; in contrast, input dependences are unordered.

Created with MrDocs