Lines Matching defs:NodeT
217 struct NodeT { struct
223 explicit NodeT(size_t Index, uint64_t Size, uint64_t Count) in NodeT() argument
226 bool isEntry() const { return Index == 0; } in isEntry()
238 size_t Index{0};
240 size_t CurIndex{0};
242 uint64_t Size{0};
244 uint64_t ExecutionCount{0};
246 ChainT *CurChain{nullptr};
248 mutable uint64_t EstimatedAddr{0};
250 NodeT *ForcedSucc{nullptr};
252 NodeT *ForcedPred{nullptr};
254 std::vector<JumpT *> OutJumps;
256 std::vector<JumpT *> InJumps;