Lines Matching refs:SectionChunk
53 DenseMap<const SectionChunk *, int> run();
57 std::vector<const SectionChunk *> sections;
68 using SectionPair = std::pair<const SectionChunk *, const SectionChunk *>;
75 DenseMap<const SectionChunk *, int> secToCluster; in CallGraphSort()
77 auto getOrCreateNode = [&](const SectionChunk *isec) -> int { in CallGraphSort()
88 const auto *fromSec = cast<SectionChunk>(c.first.first->repl); in CallGraphSort()
89 const auto *toSec = cast<SectionChunk>(c.first.second->repl); in CallGraphSort()
152 DenseMap<const SectionChunk *, int> CallGraphSort::run() { in run()
195 DenseMap<const SectionChunk *, int> orderMap; in run()
218 const SectionChunk *sc = sections[i]; in run()
243 DenseMap<const SectionChunk *, int> coff::computeCallGraphProfileOrder() { in computeCallGraphProfileOrder()