Searched defs:postExit (Results 1 – 3 of 3) sorted by relevance
224 auto postExit = preHeader->SplitBlockAfterInstruction(concatCall, false); in CreateAppendArgsLoop() local325 …auto postExit = CreateAppendArgsLoop(instance, str, args, arrayLength->CastToLenArray(), concatCal… in ReplaceStringConcatWithStringBuilderAppend() local
565 BasicBlock *postExit = nullptr; in GetLoopPostExit() local982 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() local1681 auto postExit = GetLoopPostExit(loop); in OptimizeStringConcatenation() local
459 for (auto postExit : GetLoopPostExits(loop)) { in FindLongestPathLength() local