Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DRDFLiveness.h78 NodeBlockMap NBMap; member
DRDFLiveness.cpp529 NBMap.clear(); in computeLiveIns()
534 NBMap.insert(std::make_pair(RA.Id, BB)); in computeLiveIns()
535 NBMap.insert(std::make_pair(IA.Id, BB)); in computeLiveIns()
768 auto F = NBMap.find(RN); in getBlockWithRef()
769 if (F != NBMap.end()) in getBlockWithRef()