Home
last modified time | relevance | path

Searched refs:AllocaNumbering (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp28 const auto IT = AllocaNumbering.find(AI); in getLiveRange()
29 assert(IT != AllocaNumbering.end()); in getLiveRange()
268 AllocaNumbering[Allocas[I]] = I; in run()
DSafeStackColoring.h76 DenseMap<AllocaInst *, unsigned> AllocaNumbering; variable