Home
last modified time | relevance | path

Searched defs:isSentinel (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h44 bool isSentinel() const { return EntryKind == dwarf::DW_RLE_end_of_list; } in isSentinel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_base.h44 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function
H A Dilist_node.h150 bool isSentinel() const { in isSentinel() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp100 bool isSentinel() const { in isSentinel() function
490 bool isSentinel() const { in isSentinel() function
576 bool isSentinel() const { in isSentinel() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp491 static bool isSentinel(const DWARFDebugNames::AttributeEncoding &AE) { in isSentinel() function
499 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1410 static bool isSentinel(PHINode *PN) { in EliminateDuplicatePHINodesSetBasedImpl() function