Home
last modified time | relevance | path

Searched defs:PathBetween (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dnodes.cc276 bool HGraph::PathBetween(uint32_t source_idx, uint32_t dest_idx) const { in PathBetween() function in art::HGraph
284 bool HGraph::PathBetween(const HBasicBlock* source, const HBasicBlock* dest) const { in PathBetween() function in art::HGraph