Searched refs:EdgeToCounter (Results 1 – 1 of 1) sorted by relevance
778 DenseMap<std::pair<BasicBlock *, BasicBlock *>, unsigned> EdgeToCounter; in emitProfileArcs() local783 EdgeToCounter[{&BB, nullptr}] = Edges++; in emitProfileArcs()786 EdgeToCounter[{&BB, Succ}] = Edges++; in emitProfileArcs()811 auto It = EdgeToCounter.find({Pred, &BB}); in emitProfileArcs()812 assert(It != EdgeToCounter.end()); in emitProfileArcs()827 auto It = EdgeToCounter.find({&BB, nullptr}); in emitProfileArcs()828 assert(It != EdgeToCounter.end()); in emitProfileArcs()