Lines Matching defs:PathID
131 Expected<std::vector<Profile::FuncID>> Profile::expandPath(PathID P) const {
135 Twine("PathID not found: ") + Twine(P),
143 Profile::PathID Profile::internPath(ArrayRef<FuncID> P) {
195 using PathDataMap = DenseMap<Profile::PathID, Profile::Data>;
207 auto &PathID = PathAndData.first;
210 Merged.internPath(cantFail(P.get().expandPath(PathID)));
234 using PathDataMap = DenseMap<Profile::PathID, Profile::Data>;
302 // For each path we encounter, we should intern it to get a PathID.
334 DenseMap<Profile::ThreadID, DenseMap<Profile::PathID, Profile::Data>>
393 std::vector<std::pair<Profile::PathID, Profile::Data>>(