Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S397 LoopEntry: label
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1502 static Value *matchCondition(BranchInst *BI, BasicBlock *LoopEntry, in matchCondition()
1532 static Value *matchShiftULTCondition(BranchInst *BI, BasicBlock *LoopEntry, in matchShiftULTCondition()
1559 BasicBlock *LoopEntry) { in getRecurrenceVar()
1599 BasicBlock *LoopEntry; in detectShiftUntilLessThanIdiom() local
1697 BasicBlock *LoopEntry; in detectPopcountIdiom() local
1829 BasicBlock *LoopEntry; in detectShiftUntilZeroIdiom() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp8797 MachineBasicBlock *LoopEntry, MachineBasicBlock *LoopEnd) const { in convertNonUniformLoopRegion()