Searched refs:BBDependence (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | dump.cpp | 146 void BBDependence(const char *type, const ArenaVector<BasicBlock *> &bb_vector, std::ostream *out, in BBDependence() function 507 BBDependence("preds", preds_, out, allocator); in Dump() 518 BBDependence("succs", succs_, out, allocator); in Dump()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | dump.cpp | 155 void BBDependence(const char *type, const T &bbVector, std::ostream *out, ArenaAllocator *allocator) in BBDependence() function 1287 BBDependence("preds", preds_, out, allocator); in Dump() 1299 BBDependence("succs", succs_, out, allocator); in Dump()
|
Completed in 5 milliseconds