Home
last modified time | relevance | path

Searched refs:isSentinel (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDilist_node_base.h44 bool isSentinel() const { return PrevAndSentinel.getInt(); } in isSentinel() function
45 bool isKnownSentinel() const { return isSentinel(); } in isKnownSentinel()
HDilist_node.h150 bool isSentinel() const { in isSentinel() function
153 return node_base_type::isSentinel(); in isSentinel()
HDilist_iterator.h207 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
367 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDEarlyCSE.cpp97 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()
100 bool isSentinel() const { in isSentinel() function
360 if (LHS.isSentinel() || RHS.isSentinel()) in isEqualImpl()
470 assert(!Result || (LHS.isSentinel() && LHS.Inst == RHS.Inst) || in isEqual()
487 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()
490 bool isSentinel() const { in isSentinel() function
542 if (LHS.isSentinel() || RHS.isSentinel()) in isEqual()
568 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in GEPValue()
573 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in GEPValue()
576 bool isSentinel() const { in isSentinel() function
[all …]
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugRnglists.h44 bool isSentinel() const { return EntryKind == dwarf::DW_RLE_end_of_list; } in isSentinel() function
HDDWARFListTable.h244 if (Entry.isSentinel()) in extract()
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFAcceleratorTable.cpp491 static bool isSentinel(const DWARFDebugNames::AttributeEncoding &AE) { in isSentinel() function
499 static bool isSentinel(const DWARFDebugNames::Abbrev &Abbr) { in isSentinel() function
530 if (isSentinel(*AttrEncOr)) in extractAttributeEncodings()
595 if (isSentinel(*AbbrevOr)) in extract()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.cpp1410 static bool isSentinel(PHINode *PN) { in EliminateDuplicatePHINodesSetBasedImpl() function
1438 if (isSentinel(LHS) || isSentinel(RHS)) in EliminateDuplicatePHINodesSetBasedImpl()
1447 assert(!Result || (isSentinel(LHS) && LHS == RHS) || in EliminateDuplicatePHINodesSetBasedImpl()