clang 20.0.0git
|
#include "clang/Analysis/Analyses/ThreadSafetyTIL.h"
Public Member Functions | |
TopologyNode ()=default | |
bool | isParentOf (const TopologyNode &OtherNode) |
bool | isParentOfOrEqual (const TopologyNode &OtherNode) |
Public Attributes | |
int | NodeID = 0 |
int | SizeOfSubTree = 0 |
BasicBlock * | Parent = nullptr |
Definition at line 1517 of file ThreadSafetyTIL.h.
|
default |
|
inline |
Definition at line 1528 of file ThreadSafetyTIL.h.
References NodeID, and SizeOfSubTree.
|
inline |
Definition at line 1533 of file ThreadSafetyTIL.h.
References NodeID, and SizeOfSubTree.
Referenced by clang::threadSafety::til::BasicBlock::Dominates(), and clang::threadSafety::til::BasicBlock::PostDominates().
int clang::threadSafety::til::BasicBlock::TopologyNode::NodeID = 0 |
Definition at line 1518 of file ThreadSafetyTIL.h.
Referenced by computeNodeID(), computeNodeSize(), isParentOf(), and isParentOfOrEqual().
BasicBlock* clang::threadSafety::til::BasicBlock::TopologyNode::Parent = nullptr |
Definition at line 1524 of file ThreadSafetyTIL.h.
Referenced by computeNodeID(), computeNodeSize(), and clang::threadSafety::til::BasicBlock::parent().
int clang::threadSafety::til::BasicBlock::TopologyNode::SizeOfSubTree = 0 |
Definition at line 1521 of file ThreadSafetyTIL.h.
Referenced by computeNodeSize(), isParentOf(), and isParentOfOrEqual().