Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dspill_fill_data.h81 void Dump(std::ostream &stm, Arch arch) const in Dump() argument
83 GetSrc().Dump(stm, arch); in Dump()
84 stm << " -> "; in Dump()
85 GetDst().Dump(stm, arch); in Dump()
86 stm << " [" << ToString(GetType()) << "]"; in Dump()
Dlocations.cpp28 void Location::Dump(std::ostream &stm, [[maybe_unused]] Arch arch) in Dump() argument
30 stm << ""; in Dump()
Dlocations.h213 void Dump(std::ostream &stm, Arch arch);
Dgraph.cpp579 void GraphMode::Dump(std::ostream &stm) in Dump() argument
585 stm << sep << #name; \ in Dump()
Dgraph.h88 void Dump(std::ostream &stm);