Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp261 for (auto *LoopEntry : getSortedEntries(Graph.getLoopEntries())) { in processRegion() local
314 for (auto *LoopEntry : Graph.getLoopEntries()) { in processRegion() local
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1579 static Value *matchCondition(BranchInst *BI, BasicBlock *LoopEntry, in matchCondition()
1608 BasicBlock *LoopEntry) { in getRecurrenceVar()
1645 BasicBlock *LoopEntry; in detectPopcountIdiom() local
1777 BasicBlock *LoopEntry; in detectShiftUntilZeroIdiom() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp7568 MachineBasicBlock *LoopEntry, MachineBasicBlock *LoopEnd) const { in convertNonUniformLoopRegion()