Home
last modified time | relevance | path

Searched defs:postExit (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Doptimize_string_concat.cpp224 auto postExit = preHeader->SplitBlockAfterInstruction(concatCall, false); in CreateAppendArgsLoop() local
325 …auto postExit = CreateAppendArgsLoop(instance, str, args, arrayLength->CastToLenArray(), concatCal… in ReplaceStringConcatWithStringBuilderAppend() local
Dsimplify_string_builder.cpp565 BasicBlock *postExit = nullptr; in GetLoopPostExit() local
982 void HoistCheckInsturctionInputs(Inst *inst, BasicBlock *loopBlock, BasicBlock *postExit) in HoistCheckInsturctionInputs()
1000 …ingBuilder::HoistCheckCastInstructionUsers(Inst *inst, BasicBlock *loopBlock, BasicBlock *postExit) in HoistCheckCastInstructionUsers()
1052 auto postExit = GetLoopPostExit(match.block->GetLoop()); in HoistInstructionsToPostExit() local
1681 auto postExit = GetLoopPostExit(loop); in OptimizeStringConcatenation() local
Dreserve_string_builder_buffer.cpp459 for (auto postExit : GetLoopPostExits(loop)) { in FindLongestPathLength() local