Searched refs:IdOrIndex (Results 1 – 1 of 1) sorted by relevance
500 uint64_t getStackId(uint64_t IdOrIndex) const { in getStackId()501 return static_cast<const DerivedCCG *>(this)->getStackId(IdOrIndex); in getStackId()666 uint64_t getStackId(uint64_t IdOrIndex) const;742 uint64_t getStackId(uint64_t IdOrIndex) const;1660 for (auto IdOrIndex : CallsiteContext) { in getStackIdsWithContextNodes() local1661 auto StackId = getStackId(IdOrIndex); in getStackIdsWithContextNodes()1868 uint64_t ModuleCallsiteContextGraph::getStackId(uint64_t IdOrIndex) const { in getStackId()1870 return IdOrIndex; in getStackId()1873 uint64_t IndexCallsiteContextGraph::getStackId(uint64_t IdOrIndex) const { in getStackId()1876 return Index.getStackIdAtIndex(IdOrIndex); in getStackId()