Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp41 const auto IT = AllocaNumbering.find(AI); in getLiveRange()
42 assert(IT != AllocaNumbering.end()); in getLiveRange()
109 auto It = AllocaNumbering.find(AI); in collectMarkers()
110 if (It == AllocaNumbering.end()) in collectMarkers()
316 AllocaNumbering[Allocas[I]] = I; in StackLifetime()
353 for (const auto &KV : SL.AllocaNumbering) { in printInstrAlive()
375 for (const auto &KV : SL.AllocaNumbering) { in printInfoComment()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp42 const auto IT = AllocaNumbering.find(AI); in getLiveRange()
43 assert(IT != AllocaNumbering.end()); in getLiveRange()
287 AllocaNumbering[Allocas[I]] = I; in run()
DSafeStackColoring.h90 DenseMap<AllocaInst *, unsigned> AllocaNumbering; variable
/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
/external/llvm-project/llvm/include/llvm/Analysis/
DStackLifetime.h106 DenseMap<const AllocaInst *, unsigned> AllocaNumbering; variable