Home
last modified time | relevance | path

Searched refs:VisitAllInstructions (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dgraph.h88 void VisitAllInstructions(const InstVisitor visitor) const;
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dfunction.cpp93 graph_.VisitAllInstructions([&](const Inst &inst) {
H A Dabc_file.cpp393 graph.VisitAllInstructions([&has_new_lexenv](const Inst &inst) {
412 graph.VisitAllInstructions([is_same_func, ld_lex_inst, ld_slot_id, &st_lex_inst](const Inst &inst) {
457 graph.VisitAllInstructions([ld_str_id, &st_global_inst](const Inst &inst) {
718 graph.VisitAllInstructions([&](const Inst &inst) {
756 graph.VisitAllInstructions([&](const Inst &inst) {
794 graph.VisitAllInstructions([&](const Inst &inst) {
842 graph.VisitAllInstructions([&](const Inst &inst) {
986 graph.VisitAllInstructions([&](const Inst &inst) {
1038 graph.VisitAllInstructions([&](const Inst &inst) {
H A Dgraph.cpp200 void Graph::VisitAllInstructions(const InstVisitor visitor) const in VisitAllInstructions() function in panda::defect_scan_aux::Graph
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.cpp141 void Graph::VisitAllInstructions(Callback callback) in VisitAllInstructions() function in panda::compiler::Graph
533 VisitAllInstructions([this](Inst *inst) { in InitDefaultLocations()
H A Dgraph.h268 void VisitAllInstructions(Callback callback);
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.cpp194 void Graph::VisitAllInstructions(Callback callback) in VisitAllInstructions() function in ark::compiler::Graph
777 VisitAllInstructions([this](Inst *inst) { in InitDefaultLocations()
H A Dgraph.h314 void VisitAllInstructions(Callback callback);
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
H A Ddefect_scan_aux_test.cpp469 graph.VisitAllInstructions([&inst_cnt_table](const Inst &inst) { in HWTEST()
721 graph.VisitAllInstructions([&inst_cnt_table](const Inst &inst) { in HWTEST()

Completed in 14 milliseconds