containsValue ‐ Returns true if VNI belongs to this range.

Synopsis

Declared in <llvm/CodeGen/LiveInterval.h>

bool
containsValue(VNInfo const* VNI) const;

Parameters

Name

Description

VNI

VNInfo ‐ Value Number Information. This class holds information about a machine level values, including definition and use points.

Created with MrDocs