| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | scopedDebugInfoPlugin-inl.h | 24 void ScopedDebugInfoPlugin::RegisterPrologueEpilogue(ir::BlockStatement *block, ir::Statement *stmt) in RegisterPrologueEpilogue() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| H A D | rpo.cpp | 27 void Rpo::DFS(BasicBlock *block, size_t *blocks_count) in DFS() argument
|
| H A D | dominators_tree.h | 54 void SetAncestor(BasicBlock *dest, BasicBlock *block) in SetAncestor() argument 66 BlocksVector &GetBucket(BasicBlock *block) in GetBucket() argument 74 SetIdom(BasicBlock *dest, BasicBlock *block) SetIdom() argument 86 SetLabel(BasicBlock *dest, BasicBlock *block) SetLabel() argument 98 SetParent(BasicBlock *dest, BasicBlock *block) SetParent() argument 122 SetVertex(size_t index, BasicBlock *block) SetVertex() argument 137 Link(BasicBlock *parent, BasicBlock *block) Link() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | catch_inputs.cpp | 43 void ProcessBlock(BasicBlock *block, Marker visited) in ProcessBlock() argument
|
| H A D | rpo.cpp | 27 void Rpo::DFS(BasicBlock *block, size_t *blocksCount) in DFS() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | analysis.h | 104 explicit InstAppender(BasicBlock *block, Inst *insertAfter = nullptr) : block_(block), prev_(insertAfter) {} in InstAppender() argument
|
| H A D | visualizer_printer.cpp | 73 void VisualizerPrinter::PrintBasicBlock(BasicBlock *block) in PrintBasicBlock() argument 96 PrintInsts(BasicBlock *block) PrintInsts() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | byte_array.cpp | 24 auto *block = reinterpret_cast<uint8_t *>(pointer) + offset; in Set() local 32 auto *block = reinterpret_cast<uint8_t *>(pointer) + offset; in Get() local
|
| H A D | sustaining_js_handle.cpp | 51 auto block = new std::array<JSTaggedType, BLOCK_SIZE>(); in Expand() local 63 auto block = handleBlocks_.at(i); in Iterate() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | rpo_test.cpp | 39 auto block = GetGraph()->CreateStartBlock(); in TEST_F() local
|
| H A D | iterators_test.cpp | 28 auto block = &BB(0); in Check() local 171 PopulateBlock(BasicBlock *block, std::vector<Inst *> &instructions) PopulateBlock() argument [all...] |
| H A D | dom_tree_test.cpp | 61 auto block = GetGraph()->GetStartBlock(); in TEST_F() local
|
| H A D | loop_analyzer_test.cpp | 45 void CheckPhiInputs(BasicBlock *block) in CheckPhiInputs() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | savestate_optimization_tests.cpp | 105 auto block = GetGraph()->CreateEmptyBlock(); in TEST_F() local
|
| H A D | rpo_test.cpp | 40 auto block = GetGraph()->CreateStartBlock(); in TEST_F() local
|
| H A D | iterators_test.cpp | 26 void CheckInstForwardIterator(BasicBlock *block, std::vector<Inst *> &result) in CheckInstForwardIterator() argument 47 void CheckInstForwardValidIterator(BasicBlock *block, std::vector<Inst *> &result) in CheckInstForwardValidIterator() argument 68 void CheckInstBackwardValidIterator(BasicBlock *block, std::vector<Inst *> &result) in CheckInstBackwardValidIterator() argument 92 CheckInstForwardValidIteratorWithErasing(BasicBlock *block, std::vector<Inst *> &result, std::vector<Inst *> &testedInstructions) CheckInstForwardValidIteratorWithErasing() argument 123 CheckInstBackwardValidIteratorWithErasing(BasicBlock *block, std::vector<Inst *> &result, std::vector<Inst *> &testedInstructions) CheckInstBackwardValidIteratorWithErasing() argument 160 auto block = &BB(0U); Check() local 192 PopulateBlock(BasicBlock *block, std::vector<Inst *> &instructions) PopulateBlock() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | savestate_optimization.cpp | 38 auto block = GetGraph()->GetStartBlock(); in RemoveSafePoints() local 130 auto block = inst->GetBasicBlock(); in TryToRemoveRedundantSaveState() local [all...] |
| H A D | code_sink.cpp | 95 bool CodeSink::ProcessBlock(BasicBlock *block) in ProcessBlock() argument 174 BasicBlock *block = inst->GetBasicBlock(); SinkInstruction() local 203 BasicBlock *block = inst->GetBasicBlock(); IsAcceptableTarget() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | global_handle_storage-inl.h | 45 auto block = allocator_->New<std::array<Node, GLOBAL_BLOCK_SIZE>>(); in NewGlobalHandle() local 89 inline void GlobalHandleStorage<coretypes::TaggedType>::DealUpdateObject(std::array<Node, GLOBAL_BLOCK_SIZE> *block, in DealUpdateObject() argument 107 auto block = globalNodes_->at(i); in UpdateHeapObject() local 113 auto block in UpdateHeapObject() local 120 DealVisitGCRoots(std::array<Node, GLOBAL_BLOCK_SIZE> *block, size_t index, const ObjectVisitor &cb) DealVisitGCRoots() argument 137 auto block = globalNodes_->at(i); VisitGCRoots() local 143 auto block = globalNodes_->back(); VisitGCRoots() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | expressionLambdaLowering.cpp | 36 auto *const block = checker->AllocNode<ir::BlockStatement>(checker->Allocator(), std::move(statements)); in ConvertExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tryStatementBuilder.h | 32 TryStatementBuilder &SetBlock(BlockStatement *block) in SetBlock() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | tryStatement.h | 39 explicit TryStatement(BlockStatement *block, CatchClause *catchClause, BlockStatement *finalizer) in TryStatement() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| H A D | vn.cpp | 107 auto block = inst->GetBasicBlock(); in TryToApplyCse() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSfunction.cpp | 58 void ETSFunction::CompileSourceBlock(ETSGen *etsg, const ir::BlockStatement *block) in CompileSourceBlock() argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | reg_acc_alloc.cpp | 30 compiler::BasicBlock *block = src_inst->GetBasicBlock(); in IsAccWriteBetween() local 218 MarkAccForInstructions(compiler::BasicBlock *block) MarkAccForInstructions() argument 262 UpdateInstructionsAfterMark(compiler::BasicBlock *block) UpdateInstructionsAfterMark() argument [all...] |