Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dexecution_subgraph.h64 HBasicBlock* blk = graph_->GetBlocks()[id]; in GetBlock() local
153 bool IsEntryBlock(const HBasicBlock* blk) const { in IsEntryBlock()
167 bool ContainsBlock(const HBasicBlock* blk) const { in ContainsBlock()
174 bool SucceedsBlock(const HBasicBlock* blk) const { in SucceedsBlock()
187 bool PrecedesBlock(const HBasicBlock* blk) const { in PrecedesBlock()
239 bool ContainsBlock(const HBasicBlock* blk) const { in ContainsBlock()
308 std::bitset<kMaxFilterableSuccessors> GetAllowedSuccessors(const HBasicBlock* blk) const { in GetAllowedSuccessors()
Dexecution_subgraph.cc123 auto push_block = [&](const HBasicBlock* blk) { in Prune()
226 for (const HBasicBlock* blk : graph_->GetBlocks()) { in Prune() local
248 for (const HBasicBlock* blk : graph_->GetBlocks()) { in RemoveConcavity() local
307 for (const HBasicBlock* blk : cohort.Blocks()) { in RecalculateExcludedCohort() local
Doptimizing_unit_test.h151 HBasicBlock* blk = new (alloc) HBasicBlock(graph_); in AdjacencyListGraph() local
174 bool HasBlock(const HBasicBlock* blk) const { in HasBlock()
178 std::string_view GetName(const HBasicBlock* blk) const { in GetName()
Dload_store_elimination.cc618 bool IsPartialNoEscape(HBasicBlock* blk, size_t idx) { in IsPartialNoEscape()
1102 HBasicBlock* blk = instruction->GetBlock(); in HandleInvoke() local
1109 auto partial_singleton_did_not_escape = [](ReferenceInfo* ref_info, HBasicBlock* blk) { in HandleInvoke()
2982 bool IsPostEscape(HBasicBlock* blk) { in IsPostEscape()
2989 bool InEscapeCohort(HBasicBlock* blk) { in InEscapeCohort()
3044 void AddMaterialization(HBasicBlock* blk, HInstruction* ins) { in AddMaterialization()
3080 void GenerateMaterializationValueFromPredecessors(HBasicBlock* blk) { in GenerateMaterializationValueFromPredecessors()
3218 [&](HBasicBlock* blk) { return helper_->IsMaterializationBlock(blk); })) { in CreateConstructorFences()
3310 HBasicBlock* blk = in CollectReplacements() local
3344 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.cc333 for (const HBasicBlock* blk : graph_->GetPostOrder()) { in CalculateReachability() local
343 const HBasicBlock* blk = graph_->GetBlocks()[idx]; in CalculateReachability() local