llvm::TargetRegionEntryInfo::operator<

Lexicographically compare two target region entry info objects.

Synopsis

Declared in <llvm/Frontend/OpenMP/OMPIRBuilder.h>

bool
operator<(TargetRegionEntryInfo const& RHS) const;

Return Value

True when this entry sorts before RHS.

Parameters

NameDescription
RHSOther target region entry info to compare against.