Searched refs:IsCommentBB (Results 1 – 4 of 4) sorted by relevance
328 bool BB::IsCommentBB() const in IsCommentBB() function in maplebe::BB344 return (IsEmpty() || IsCommentBB()); in IsEmptyOrCommentOnly()
310 if (!bb.IsCommentBB()) { in AreCommentAllPreds()
115 bool IsCommentBB() const;
1574 if ((firstInsn == nullptr || tmpBB->IsCommentBB()) && (!tmpBB->GetPreds().empty())) { in TestPredsOfRetBB()