Return true if VNI belongs to this range.
Synopsis
Declared in <llvm/CodeGen/LiveInterval.h>
bool
containsValue(VNInfo const* VNI) const;
Return Value
True if VNI belongs to this range.
Parameters
Name |
Description |
VNI |
Value number tested for membership. |
Created with MrDocs