Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h41 bool isSentinel() const { return EntryKind == dwarf::DW_RLE_end_of_list; } in isSentinel() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dilist_node_base.h45 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function
H A Dilist_node.h99 bool isSentinel() const { in isSentinel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp425 static bool isSentinel(const DWARFDebugNames::AttributeEncoding &AE) { in isSentinel() function
433 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp104 bool isSentinel() const { in isSentinel() function
452 bool isSentinel() const { in isSentinel() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1207 static bool isSentinel(PHINode *PN) { in EliminateDuplicatePHINodesSetBasedImpl() function