Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp35 Resource2VecIndex.insert(std::pair<unsigned, unsigned>(I, R2VIndex)); in ResourcePressureView()
60 assert(Resource2VecIndex.contains(RR.first)); in onEvent()
61 unsigned R2VIndex = Resource2VecIndex[RR.first]; in onEvent()
H A DResourcePressureView.h78 llvm::DenseMap<unsigned, unsigned> Resource2VecIndex; variable