Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_base.h45 bool isKnownSentinel() const { return isSentinel(); } in isSentinel() function
H A Dilist_node.h127 bool isSentinel() const { isSentinel() function
/freebsd-src/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 { isSentinel() function
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1399 static bool isSentinel(PHINode *PN) { EliminateDuplicatePHINodesSetBasedImpl() function