Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/builder/
DTrapBuilder.ts280 const targetBlock = new BasicBlock(); constant
288 const targetBlock = sourceToTarget.get(sourceBlock)!; constant
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Ddominators_tree.cpp196 static bool IsPathBetweenBlocks(BasicBlock *startBlock, BasicBlock *targetBlock, BasicBlock *exclud… in IsPathBetweenBlocks()
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dir_builder_dyn.cpp231compiler::BasicBlock *targetBlock, size_t &pc, BytecodeInst &inst) in AddSuccs()
271 auto targetBlock = blocks_[pc]; in ConnectBasicBlocks() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbranch_elimination.cpp285 bool BlockIsReachedFromOnlySuccessor(BasicBlock *targetBlock, BasicBlock *dominantBlock) in BlockIsReachedFromOnlySuccessor()
Descape.cpp847 std::pair<PhiState *, bool> EscapeAnalysis::CreatePhi(BasicBlock *targetBlock, BasicBlockState *blo… in CreatePhi()
884 phis_.at(targetBlock->GetId())[field] = phiState; in CreatePhi() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp558 … Inst *stopSearch, BasicBlock *targetBlock) in SearchMissingObjInSaveStates()
737 … Inst *stopSearchInst, BasicBlock *targetBlock) in SearchAndCreateMissingObjInSaveState()
Dbasicblock.cpp1473 bool BlocksPathDfsSearch(Marker marker, BasicBlock *block, const BasicBlock *targetBlock, in BlocksPathDfsSearch()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp483 auto targetBlock = blocks_[pc]; in ConnectBasicBlocks() local