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 to become the next predecessor in the list. |
Created with MrDocs