Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dexecution_subgraph.h65 HBasicBlock* blk = graph_->GetBlocks()[id]; in GetBlock() local
154 bool IsEntryBlock(const HBasicBlock* blk) const { in IsEntryBlock()
168 bool ContainsBlock(const HBasicBlock* blk) const { in ContainsBlock()
175 bool SucceedsBlock(const HBasicBlock* blk) const { in SucceedsBlock()
188 bool PrecedesBlock(const HBasicBlock* blk) const { in PrecedesBlock()
240 bool ContainsBlock(const HBasicBlock* blk) const { in ContainsBlock()
309 std::bitset<kMaxFilterableSuccessors> GetAllowedSuccessors(const HBasicBlock* blk) const { in GetAllowedSuccessors()
Dexecution_subgraph.cc117 auto push_block = [&](const HBasicBlock* blk) { in Prune()
223 for (const HBasicBlock* blk : graph_->GetBlocks()) { in Prune() local
245 for (const HBasicBlock* blk : graph_->GetBlocks()) { in RemoveConcavity() local
304 for (const HBasicBlock* blk : cohort.Blocks()) { in RecalculateExcludedCohort() local
Doptimizing_unit_test.h152 HBasicBlock* blk = new (alloc) HBasicBlock(graph_); in AdjacencyListGraph() local
175 bool HasBlock(const HBasicBlock* blk) const { in HasBlock()
179 std::string_view GetName(const HBasicBlock* blk) const { in GetName()
Dload_store_elimination.cc623 bool IsPartialNoEscape(HBasicBlock* blk, size_t idx) { in IsPartialNoEscape()
1217 HBasicBlock* blk = instruction->GetBlock(); in HandleInvoke() local
1224 auto partial_singleton_did_not_escape = [](ReferenceInfo* ref_info, HBasicBlock* blk) { in HandleInvoke()
3127 bool IsPostEscape(HBasicBlock* blk) { in IsPostEscape()
3134 bool InEscapeCohort(HBasicBlock* blk) { in InEscapeCohort()
3189 void AddMaterialization(HBasicBlock* blk, HInstruction* ins) { in AddMaterialization()
3225 void GenerateMaterializationValueFromPredecessors(HBasicBlock* blk) { in GenerateMaterializationValueFromPredecessors()
3363 [&](HBasicBlock* blk) { return helper_->IsMaterializationBlock(blk); })) { in CreateConstructorFences()
3455 HBasicBlock* blk = in CollectReplacements() local
3489 HBasicBlock* blk, const ScopedArenaVector<HInstruction*>& pred_vals) { in GenerateMaterializationValueFromPredecessorsDirect()
[all …]
Dreference_type_propagation_test.cc338 auto vals = MakeTransformRange(succ_blocks, [&](HBasicBlock* blk) { in RunVisitListTest()
426 auto vals = MakeTransformRange(succ_blocks, [&](HBasicBlock* blk) { return single_value[blk]; }); in RunVisitListTest()
Dgraph_visualizer.cc241 void PrintProperty(const char* name, HBasicBlock* blk) { in PrintProperty()
Dnodes.cc359 for (const HBasicBlock* blk : graph_->GetPostOrder()) { in CalculateReachability() local
369 const HBasicBlock* blk = graph_->GetBlocks()[idx]; in CalculateReachability() local