Home
last modified time | relevance | path

Searched refs:LoopEntry (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp116 const BlockSet &getLoopEnterers(MachineBasicBlock *LoopEntry) const { in getLoopEnterers()
117 assert(inRegion(LoopEntry)); in getLoopEnterers()
118 auto I = LoopEnterers.find(LoopEntry); in getLoopEnterers()
262 for (auto *LoopEntry : getSortedEntries(Graph.getLoopEntries())) { in processRegion() local
289 MutualLoopEntries.insert(LoopEntry); in processRegion()
291 if (OtherLoopEntry != LoopEntry && in processRegion()
292 Graph.canReach(LoopEntry, OtherLoopEntry) && in processRegion()
293 Graph.canReach(OtherLoopEntry, LoopEntry)) { in processRegion()
315 for (auto *LoopEntry : Graph.getLoopEntries()) { in processRegion() local
316 LoopBlocks InnerBlocks(LoopEntry, Graph.getLoopEnterers(LoopEntry)); in processRegion()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1388 static Value *matchCondition(BranchInst *BI, BasicBlock *LoopEntry, in matchCondition() argument
1407 if ((Pred == ICmpInst::ICMP_NE && TrueSucc == LoopEntry) || in matchCondition()
1408 (Pred == ICmpInst::ICMP_EQ && FalseSucc == LoopEntry)) in matchCondition()
1417 BasicBlock *LoopEntry) { in getRecurrenceVar() argument
1419 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar()
1454 BasicBlock *LoopEntry; in detectPopcountIdiom() local
1462 LoopEntry = *(CurLoop->block_begin()); in detectPopcountIdiom()
1467 dyn_cast<BranchInst>(LoopEntry->getTerminator()), LoopEntry)) in detectPopcountIdiom()
1499 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom()
1506 for (BasicBlock::iterator Iter = LoopEntry->getFirstNonPHI()->getIterator(), in detectPopcountIdiom()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/asm686/
H A Dmatch.S197 jmp LoopEntry
228 LoopEntry: movzwl -1(%esi,%ecx), %eax label
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/asm686/
H A Dmatch.S197 jmp LoopEntry
228 LoopEntry: movzwl -1(%esi,%ecx), %eax label
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/asm686/
H A Dmatch.S197 jmp LoopEntry
228 LoopEntry: movzwl -1(%esi,%ecx), %eax label
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/asm686/
H A Dmatch.S197 jmp LoopEntry
228 LoopEntry: movzwl -1(%esi,%ecx), %eax label
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/amd64/
H A Damd64-match.S233 jmp LoopEntry
256 LoopEntry: cmpw -1(%windowbestlen, %curmatch), %scanendw label
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/amd64/
H A Damd64-match.S233 jmp LoopEntry
256 LoopEntry: cmpw -1(%windowbestlen, %curmatch), %scanendw label
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/amd64/
H A Damd64-match.S233 jmp LoopEntry
256 LoopEntry: cmpw -1(%windowbestlen, %curmatch), %scanendw label
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/amd64/
H A Damd64-match.S233 jmp LoopEntry
256 LoopEntry: cmpw -1(%windowbestlen, %curmatch), %scanendw label
/netbsd-src/common/dist/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S397 LoopEntry: label
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S397 LoopEntry: label
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S397 LoopEntry: label
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S397 LoopEntry: label
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S397 LoopEntry: label
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1019 void convertNonUniformLoopRegion(MachineBasicBlock *LoopEntry,
H A DSIInstrInfo.cpp7205 MachineBasicBlock *LoopEntry, MachineBasicBlock *LoopEnd) const { in convertNonUniformLoopRegion() argument
7220 for (MachineBasicBlock::pred_iterator PI = LoopEntry->pred_begin(), in convertNonUniformLoopRegion()
7221 E = LoopEntry->pred_end(); in convertNonUniformLoopRegion()
7242 .addMBB(LoopEntry); in convertNonUniformLoopRegion()
7244 LoopEntry->insert(LoopEntry->begin(), HeaderPhi); in convertNonUniformLoopRegion()