clang
3.9.0
|
#include <ThreadSafetyTIL.h>
Public Member Functions | |
TopologyNode () | |
bool | isParentOf (const TopologyNode &OtherNode) |
bool | isParentOfOrEqual (const TopologyNode &OtherNode) |
Public Attributes | |
int | NodeID |
int | SizeOfSubTree |
BasicBlock * | Parent |
Definition at line 1529 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1530 of file ThreadSafetyTIL.h.
|
inline |
Definition at line 1532 of file ThreadSafetyTIL.h.
References NodeID, and SizeOfSubTree.
|
inline |
Definition at line 1537 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 |
Definition at line 1542 of file ThreadSafetyTIL.h.
Referenced by computeNodeID(), computeNodeSize(), isParentOf(), and isParentOfOrEqual().
BasicBlock* clang::threadSafety::til::BasicBlock::TopologyNode::Parent |
Definition at line 1544 of file ThreadSafetyTIL.h.
Referenced by computeNodeID(), computeNodeSize(), and clang::threadSafety::til::BasicBlock::parent().
int clang::threadSafety::til::BasicBlock::TopologyNode::SizeOfSubTree |
Definition at line 1543 of file ThreadSafetyTIL.h.
Referenced by computeNodeSize(), isParentOf(), and isParentOfOrEqual().