Searched refs:LoopEnd (Results 1 – 5 of 5) sorted by relevance
109 const uint32_t* const LoopEnd = &population[length]; in ExtraCost() local128 : [LoopEnd]"r"(LoopEnd) in ExtraCost()156 const uint32_t* const LoopEnd = &X[length]; in ExtraCostCombined() local181 : [LoopEnd]"r"(LoopEnd) in ExtraCostCombined()289 : [LoopEnd]"r"(LoopEnd) \306 const uint32_t* const LoopEnd = pa + (SIZE); \321 const uint32_t* const LoopEnd = pa + (SIZE); \
227 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);229 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);781 BasicBlock *LoopEnd) { in wireFlow() argument806 while (!Order.empty() && !Visited.count(LoopEnd) && in wireFlow()808 handleLoops(false, LoopEnd); in wireFlow()817 BasicBlock *LoopEnd) { in handleLoops() argument822 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()829 LoopEnd = Loops[Node->getEntry()]; in handleLoops()830 wireFlow(false, LoopEnd); in handleLoops()831 while (!Visited.count(LoopEnd)) { in handleLoops()[all …]
70 int LoopEnd; member181 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP; in scan_read_callback()606 if (endloop->IP > s->LoopEnd) { in do_advanced_regalloc()607 s->LoopEnd = endloop->IP; in do_advanced_regalloc()
759 Context LoopEnd = CurrBlockInfo->ExitContext; in traverseCFG() local760 intersectBackEdge(LoopBegin, LoopEnd); in traverseCFG()2338 CFGBlockInfo *LoopEnd = &BlockInfo[CurrBlockID]; in runAnalysis() local2339 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet, in runAnalysis()
1476 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt() local1679 BreakContinueStack.push_back(BreakContinue(LoopEnd, AfterBody)); in EmitObjCForCollectionStmt()1746 EmitBlock(LoopEnd.getBlock()); in EmitObjCForCollectionStmt()