Searched refs:AllocaNumbering (Results 1 – 2 of 2) sorted by relevance
36 const auto IT = AllocaNumbering.find(AI); in getLiveRange()37 assert(IT != AllocaNumbering.end()); in getLiveRange()103 auto It = AllocaNumbering.find(AI); in collectMarkers()104 if (It == AllocaNumbering.end()) in collectMarkers()325 AllocaNumbering[Allocas[I]] = I; in StackLifetime()362 for (const auto &KV : SL.AllocaNumbering) { in printInstrAlive()384 for (const auto &KV : SL.AllocaNumbering) { in printInfoComment()
106 DenseMap<const AllocaInst *, unsigned> AllocaNumbering; variable