Searched refs:IsInAList (Results 1 – 4 of 4) sorted by relevance
45 inline bool IsInAList() const;125 if (IsInAList()) {145 assert(is_sentinel_ || !IsInAList()); in ~IntrusiveNodeBase()156 inline bool IntrusiveNodeBase<NodeType>::IsInAList() const { in IsInAList() function175 assert(pos->IsInAList() && "Pos should already be in a list."); in InsertBefore()176 if (this->IsInAList()) this->RemoveFromList(); in InsertBefore()187 assert(pos->IsInAList() && "Pos should already be in a list."); in InsertAfter()190 if (this->IsInAList()) { in InsertAfter()203 assert(this->IsInAList() && in RemoveFromList()219 assert(IsInAList() && "The node being replaced must be in a list."); in ReplaceWith()
205 if (inst->IsInAList()) { in KillInst()