Home
last modified time | relevance | path

Searched defs:GetLiveness (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dbytecode-liveness-map.h146 BytecodeLiveness& GetLiveness(int offset) { in GetLiveness() function
151 const BytecodeLiveness& GetLiveness(int offset) const { in GetLiveness() function
/third_party/spirv-tools/source/opt/
Dliveness.cpp320 void LivenessManager::GetLiveness(std::unordered_set<uint32_t>* live_locs, in GetLiveness() function in spvtools::opt::analysis::LivenessManager