Lines Matching full:guid
25 std::map<GUID, const ContextNode *> Roots;
28 ContextNode *createNode(GUID Guid, uint32_t NumCounters,
33 auto *Ret = new (Mem) ContextNode(Guid, NumCounters, NumCallsites, Next);
38 // Root (guid 1) has 2 callsites, one used for an indirect call to either
39 // guid 2 or 4.
40 // guid 2 calls guid 5
41 // guid 5 calls guid 2
65 const std::map<GUID, const ContextNode *> &roots() const { return Roots; }
69 EXPECT_EQ(Raw.guid(), Profile.guid());
80 std::map<GUID, const ContextNode *> Targets;
82 EXPECT_TRUE(Targets.insert({N->guid(), N}).second);
86 auto PIt = ProfileTargets.find(It.second->guid());
132 DenseSet<GlobalValue::GUID> Guids;