Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DResourcePressureView.cpp34 Resource2VecIndex.insert(std::pair<unsigned, unsigned>(I, R2VIndex)); in initialize()
51 assert(Resource2VecIndex.find(RR.first) != Resource2VecIndex.end()); in onEvent()
52 unsigned R2VIndex = Resource2VecIndex[RR.first]; in onEvent()
DResourcePressureView.h79 llvm::DenseMap<unsigned, unsigned> Resource2VecIndex; variable