Home
last modified time | relevance | path

Searched refs:LoopEnd (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp122 LoopEnd = nullptr; in findLoopComponents()
125 LoopEnd = &T; in findLoopComponents()
130 LoopEnd = &T; in findLoopComponents()
134 if (!LoopEnd) { in findLoopComponents()
149 if (LoopEnd->getOpcode() == ARM::t2LoopEndDec) in findLoopComponents()
150 LoopDec = LoopEnd; in findLoopComponents()
347 RevertLoopEnd(LoopEnd, TII); in MergeLoopEnd()
389 RevertLoopEnd(LoopEnd, TII); in MergeLoopEnd()
420 BuildMI(*LoopEnd->getParent(), *LoopEnd, LoopEnd->getDebugLoc(), in MergeLoopEnd()
423 .add(LoopEnd->getOperand(1)); in MergeLoopEnd()
[all …]
H A DARMISelDAGToDAG.cpp4155 SDNode *LoopEnd = in Select() local
4158 ReplaceUses(N, LoopEnd); in Select()
H A DARMInstrThumb2.td5655 // range. WhileLoopStartLR and LoopEnd to occupy 8 bytes because they may get
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp939 BasicBlock *LoopEnd) { in wireFlow() argument
965 while (!Order.empty() && !Visited.count(LoopEnd) && in wireFlow()
967 handleLoops(false, LoopEnd); in wireFlow()
981 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()
988 LoopEnd = Loops[Node->getEntry()]; in handleLoops()
989 wireFlow(false, LoopEnd); in handleLoops()
990 while (!Visited.count(LoopEnd)) { in handleLoops()
991 handleLoops(false, LoopEnd); in handleLoops()
997 LoopEnd = needPrefix(false); in handleLoops()
1000 Br->setDebugLoc(TermDL[LoopEnd]); in handleLoops()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp115 MachineBasicBlock *LoopHeader, MachineBasicBlock *LoopEnd,
331 MachineBasicBlock *LoopHeader, MachineBasicBlock *LoopEnd, in collectWaterfallCandidateRegisters() argument
345 if (MBB == LoopEnd) in collectWaterfallCandidateRegisters()
378 for (auto *Succ : LoopEnd->successors()) { in collectWaterfallCandidateRegisters()
683 auto *LoopEnd = &MBB; in runOnMachineFunction() local
692 collectWaterfallCandidateRegisters(LoopHeader, LoopEnd, CandidateRegs, in runOnMachineFunction()
H A DSIInstrInfo.cpp8674 MachineBasicBlock *LoopEntry, MachineBasicBlock *LoopEnd) const { in convertNonUniformLoopRegion()
8675 MachineBasicBlock::iterator TI = LoopEnd->getFirstTerminator(); in convertNonUniformLoopRegion()
8677 assert(TI != LoopEnd->end()); in convertNonUniformLoopRegion()
8680 MachineFunction *MF = LoopEnd->getParent(); in convertNonUniformLoopRegion()
8681 MachineRegisterInfo &MRI = LoopEnd->getParent()->getRegInfo(); in convertNonUniformLoopRegion()
8690 if (PMBB == LoopEnd) { in convertNonUniformLoopRegion()
8711 LoopEnd->erase(TI); in convertNonUniformLoopRegion()
8712 LoopEnd->insert(LoopEnd->end(), SIIFBREAK); in convertNonUniformLoopRegion()
8713 LoopEnd->insert(LoopEnd->end(), SILOOP); in convertNonUniformLoopRegion()
H A DSIInstrInfo.h1243 MachineBasicBlock *LoopEnd) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp796 Context LoopEnd = CurrBlockInfo->ExitContext; in traverseCFG() local
797 intersectBackEdge(LoopBegin, LoopEnd); in traverseCFG()
2520 CFGBlockInfo *LoopEnd = &BlockInfo[CurrBlockID]; in runAnalysis() local
2521 intersectAndWarn(PreLoop->EntrySet, LoopEnd->ExitSet, PreLoop->EntryLoc, in runAnalysis()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1777 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt() local
2013 BreakContinueStack.push_back(BreakContinue(LoopEnd, AfterBody)); in EmitObjCForCollectionStmt()
2076 EmitBlock(LoopEnd.getBlock()); in EmitObjCForCollectionStmt()