Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dgraph.h87 void VisitAllInstructions(const InstVisitor visitor) const;
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dfunction.cpp88 graph_.VisitAllInstructions([&](const Inst &inst) { in GetReturnInstList()
Dabc_file.cpp278 graph.VisitAllInstructions([&has_new_lexenv](const Inst &inst) { in GetStLexInstByLdLexInst()
296 graph.VisitAllInstructions([ld_slot_id, &st_lex_inst](const Inst &inst) { in GetStLexInstByLdLexInst()
326 graph.VisitAllInstructions([ld_str_id, &st_global_inst](const Inst &inst) { in GetStGlobalInstByLdGlobalInst()
507 graph.VisitAllInstructions([&](const Inst &inst) { in ExtractClassAndFunctionInfo()
550 graph.VisitAllInstructions([&](const Inst &inst) { in ExtractClassInheritInfo()
596 graph.VisitAllInstructions([&](const Inst &inst) { in ExtractFunctionCalleeInfo()
727 graph.VisitAllInstructions([&](const Inst &inst) { in ExtractClassAndFunctionExportList()
Dgraph.cpp195 void Graph::VisitAllInstructions(const InstVisitor visitor) const in VisitAllInstructions() function in panda::defect_scan_aux::Graph
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp142 void Graph::VisitAllInstructions(Callback callback) in VisitAllInstructions() function in panda::compiler::Graph
532 VisitAllInstructions([this](Inst *inst) { in InitDefaultLocations()
Dgraph.h268 void VisitAllInstructions(Callback callback);
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp484 graph.VisitAllInstructions([&inst_cnt_table](const Inst &inst) { in main()