Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Ddominators_tree.cpp190 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.cpp923 std::pair<PhiState *, bool> EscapeAnalysis::CreatePhi(BasicBlock *targetBlock, BasicBlockState *blo… in CreatePhi()
960 phis_.at(targetBlock->GetId())[field] = phiState; in CreatePhi() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp516 … Inst *stopSearch, BasicBlock *targetBlock) in SearchMissingObjInSaveStates()
695 … Inst *stopSearchInst, BasicBlock *targetBlock) in SearchAndCreateMissingObjInSaveState()
Dbasicblock.cpp1466 bool BlocksPathDfsSearch(Marker marker, BasicBlock *block, const BasicBlock *targetBlock, in BlocksPathDfsSearch()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp481 auto targetBlock = blocks_[pc]; in ConnectBasicBlocks() local