Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgc_intrusion.cpp68 using BlockValuesMap = DenseMap<BasicBlock *, SetVector<Value *>>; typedef in ark::llvmbackend::passes::GcRefLiveness
103 void DumpBlockValuesMap(const BlockValuesMap &map, const char *header = nullptr) const;
105 BlockValuesMap liveIns_;
106 BlockValuesMap liveOuts_;
109 void GcRefLiveness::DumpBlockValuesMap(const BlockValuesMap &map, [[maybe_unused]] const char *head… in DumpBlockValuesMap()