Home
last modified time | relevance | path

Searched defs:block (Results 1 - 25 of 129) sorted by relevance

123456

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DscopedDebugInfoPlugin-inl.h24 void ScopedDebugInfoPlugin::RegisterPrologueEpilogue(ir::BlockStatement *block, ir::Statement *stmt) in RegisterPrologueEpilogue() argument
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Drpo.cpp27 void Rpo::DFS(BasicBlock *block, size_t *blocks_count) in DFS() argument
H A Ddominators_tree.h54 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 Dcatch_inputs.cpp43 void ProcessBlock(BasicBlock *block, Marker visited) in ProcessBlock() argument
H A Drpo.cpp27 void Rpo::DFS(BasicBlock *block, size_t *blocksCount) in DFS() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Danalysis.h104 explicit InstAppender(BasicBlock *block, Inst *insertAfter = nullptr) : block_(block), prev_(insertAfter) {} in InstAppender() argument
H A Dvisualizer_printer.cpp73 void VisualizerPrinter::PrintBasicBlock(BasicBlock *block) in PrintBasicBlock() argument
96 PrintInsts(BasicBlock *block) PrintInsts() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dbyte_array.cpp24 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 Dsustaining_js_handle.cpp51 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 Drpo_test.cpp39 auto block = GetGraph()->CreateStartBlock(); in TEST_F() local
H A Diterators_test.cpp28 auto block = &BB(0); in Check() local
171 PopulateBlock(BasicBlock *block, std::vector<Inst *> &instructions) PopulateBlock() argument
[all...]
H A Ddom_tree_test.cpp61 auto block = GetGraph()->GetStartBlock(); in TEST_F() local
H A Dloop_analyzer_test.cpp45 void CheckPhiInputs(BasicBlock *block) in CheckPhiInputs() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dsavestate_optimization_tests.cpp105 auto block = GetGraph()->CreateEmptyBlock(); in TEST_F() local
H A Drpo_test.cpp40 auto block = GetGraph()->CreateStartBlock(); in TEST_F() local
H A Diterators_test.cpp26 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 Dsavestate_optimization.cpp38 auto block = GetGraph()->GetStartBlock(); in RemoveSafePoints() local
130 auto block = inst->GetBasicBlock(); in TryToRemoveRedundantSaveState() local
[all...]
H A Dcode_sink.cpp95 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 Dglobal_handle_storage-inl.h45 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 DexpressionLambdaLowering.cpp36 auto *const block = checker->AllocNode<ir::BlockStatement>(checker->Allocator(), std::move(statements)); in ConvertExpression() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtryStatementBuilder.h32 TryStatementBuilder &SetBlock(BlockStatement *block) in SetBlock() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DtryStatement.h39 explicit TryStatement(BlockStatement *block, CatchClause *catchClause, BlockStatement *finalizer) in TryStatement() argument
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dvn.cpp107 auto block = inst->GetBasicBlock(); in TryToApplyCse() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSfunction.cpp58 void ETSFunction::CompileSourceBlock(ETSGen *etsg, const ir::BlockStatement *block) in CompileSourceBlock() argument
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp30 compiler::BasicBlock *block = src_inst->GetBasicBlock(); in IsAccWriteBetween() local
218 MarkAccForInstructions(compiler::BasicBlock *block) MarkAccForInstructions() argument
262 UpdateInstructionsAfterMark(compiler::BasicBlock *block) UpdateInstructionsAfterMark() argument
[all...]

Completed in 9 milliseconds

123456