| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | UnifyLoopExits.cpp | 145 SetVector<BasicBlock *> Exits; in unifyLoopExits() local 158 Exits.insert(S); in unifyLoopExits() 164 for (auto Exit : Exits) { in unifyLoopExits() 175 if (Exits.size() <= 1) { in unifyLoopExits() 183 Exits, "loop.exit"); in unifyLoopExits()
|
| H A D | LoopRotationUtils.cpp | 235 SmallVector<BasicBlock *, 4> Exits; in canRotateDeoptimizingLatchExit() local 236 L->getUniqueExitBlocks(Exits); in canRotateDeoptimizingLatchExit() 237 if (!Exits.empty()) { in canRotateDeoptimizingLatchExit() 250 return any_of(Exits, [](const BasicBlock *BB) { in canRotateDeoptimizingLatchExit()
|
| H A D | LoopPeel.cpp | 95 SmallVector<BasicBlock *, 4> Exits; in canPeel() local 96 L->getUniqueNonLatchExitBlocks(Exits); in canPeel() 98 if (!Exits.empty()) { in canPeel() 104 all_of(Exits, [](const BasicBlock *BB) { in canPeel()
|
| H A D | CodeExtractor.cpp | 747 const SmallPtrSetImpl<BasicBlock *> &Exits) { in severSplitPHINodesOfExits() argument 748 for (BasicBlock *ExitBB : Exits) { in severSplitPHINodesOfExits()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 187 int SccNum, SmallVectorImpl<BasicBlock *> &Exits) const { in getSccExitBlocks() 193 Exits.push_back(const_cast<BasicBlock *>(BB)); in getSccExitBlocks() 293 const LoopBlock &LB, SmallVectorImpl<BasicBlock *> &Exits) const { in getLoopExitBlocks() 295 LB.getLoop()->getExitBlocks(Exits); in getLoopExitBlocks() 298 SccI->getSccExitBlocks(LB.getSccNum(), Exits); in getLoopExitBlocks() 785 SmallVector<BasicBlock *, 4> Exits; in computeEestimateBlockWeight() local 786 getLoopExitBlocks(LoopBB, Exits); in computeEestimateBlockWeight() 788 LoopBB, make_range(Exits.begin(), Exits.end())); in computeEestimateBlockWeight()
|
| H A D | BlockFrequencyInfoImpl.cpp | 363 for (const auto &I : Loop.Exits) in addLoopSuccessorsToDist() 414 Loop->Exits.clear(); in packageLoop() 463 OuterLoop->Exits.push_back(std::make_pair(W.TargetNode, Taken)); in distributeMass() 812 OuterLoop.Exits.clear(); in updateLoopWithIrreducible()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | BranchProbabilityInfo.h | 264 SmallVectorImpl<BasicBlock *> &Exits) const; 366 SmallVectorImpl<BasicBlock *> &Exits) const;
|
| H A D | BlockFrequencyInfoImpl.h | 225 ExitMap Exits; ///< Successor edges (and weights). member 687 for (const auto &I : Working.Loop->Exits)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeExtractor.h | 212 void severSplitPHINodesOfExits(const SmallPtrSetImpl<BasicBlock *> &Exits);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 287 SmallVector<BasicBlock *, 4> Exits; in hoistLoopToNewParent() local 288 L.getExitBlocks(Exits); in hoistLoopToNewParent() 290 for (auto *ExitBB : Exits) in hoistLoopToNewParent()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.h | 318 const SmallVectorImpl<MachineBasicBlock *> &Exits) const override;
|
| H A D | SIISelLowering.cpp | 2222 const SmallVectorImpl<MachineBasicBlock *> &Exits) const { in insertCopiesSplitCSR() 2248 for (auto *Exit : Exits) in insertCopiesSplitCSR()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 862 const SmallVectorImpl<MachineBasicBlock *> &Exits) const override;
|
| /netbsd-src/external/gpl3/gdb/dist/sim/erc32/ |
| H A D | README.sis | 104 Exits the simulator.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1569 const SmallVectorImpl<MachineBasicBlock *> &Exits) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 777 const SmallVectorImpl<MachineBasicBlock *> &Exits) const override;
|
| /netbsd-src/share/misc/ |
| H A D | style | 407 * Exits should be EXIT_SUCCESS on success, and EXIT_FAILURE on
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | LoopTerminology.rst | 68 a loop, it can be called a Single-Entry-Multiple-Exits (SEME) region.
|
| H A D | CodingStandards.rst | 859 Use Early Exits and ``continue`` to Simplify Code
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | obstacks.texi | 176 Exits, , , libc, The GNU C Library Reference Manual}) and doesn't return.
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | obstacks.texi | 176 Exits, , , libc, The GNU C Library Reference Manual}) and doesn't return.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | obstacks.texi | 176 Exits, , , libc, The GNU C Library Reference Manual}) and doesn't return.
|
| /netbsd-src/external/gpl3/gdb.old/dist/libiberty/ |
| H A D | obstacks.texi | 176 Exits, , , libc, The GNU C Library Reference Manual}) and doesn't return.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3627 const SmallVectorImpl<MachineBasicBlock *> &Exits) const { in insertCopiesSplitCSR() argument
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | less.man | 431 Exits [1mless[22m.
|