Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRnglists.h44 bool isSentinel() const { return EntryKind == dwarf::DW_RLE_end_of_list; } in isSentinel() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_node_base.h45 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function
H A Dilist_node.h100 bool isSentinel() const { in isSentinel() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp99 bool isSentinel() const { in isSentinel() function
463 bool isSentinel() const { in isSentinel() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp1306 static bool isSentinel(PHINode *PN) { in EliminateDuplicatePHINodesSetBasedImpl() function