| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | pp_ctl | 11 Exiting substitution via %s 18 Exiting subroutine via %s 22 Exiting eval via %s 25 Exiting pseudo-block via %s 28 Exiting substitution via %s 37 Exiting subroutine via %s 41 Exiting eval via %s 44 Exiting pseudo-block via %s 97 Exiting substitution via last at - line 7. 107 Exiting subroutin [all...] |
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCCTRLoops.cpp | 243 MachineBasicBlock *Exiting = Dec->getParent(); in expandNormalLoops() local 244 assert((Preheader && Exiting) && in expandNormalLoops() 269 BuildMI(*Exiting, Dec, Dec->getDebugLoc(), TII->get(ADDIOpcode), ADDIDef) in expandNormalLoops() 274 if (ML->isLoopLatch(Exiting)) { in expandNormalLoops() 281 PHIMIB.addReg(ADDIDef).addMBB(Exiting); in expandNormalLoops() 301 BuildMI(*Exiting, Dec, Dec->getDebugLoc(), TII->get(CMPOpcode), CMPDef) in expandNormalLoops() 305 BuildMI(*Exiting, Dec, Dec->getDebugLoc(), TII->get(TargetOpcode::COPY), in expandNormalLoops() 320 MachineBasicBlock *Exiting = Dec->getParent(); in expandCTRLoops() local 323 assert((Preheader && Exiting) && in expandCTRLoops() 352 BuildMI(*Exiting, &*BrInstr, BrInstr->getDebugLoc(), TII->get(Opcode)) in expandCTRLoops()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanVerifier.cpp | 99 const VPBlockBase *Exiting = Region->getExiting(); in verifyRegion() local 103 assert(!Exiting->getNumSuccessors() && in verifyRegion() 106 (void)Exiting; in verifyRegion() 278 const VPBasicBlock *Exiting = dyn_cast<VPBasicBlock>(TopRegion->getExiting()); in verifyPlanIsValid() local 279 if (!Exiting) { in verifyPlanIsValid() 284 if (Exiting->empty()) { in verifyPlanIsValid() 290 auto *LastInst = dyn_cast<VPInstruction>(std::prev(Exiting->end())); in verifyPlanIsValid()
|
| H A D | VPlanHCFGBuilder.cpp | 344 BasicBlock *Exiting = L->getLoopLatch(); in buildPlainCFG() local 345 assert(Exiting == L->getExitingBlock() && in buildPlainCFG() 349 VPBasicBlock *ExitingVPBB = getOrCreateVPBB(Exiting); in buildPlainCFG()
|
| H A D | VPlan.h | 2069 VPBlockBase *Exiting; variable 2076 VPRegionBlock(VPBlockBase *Entry, VPBlockBase *Exiting, 2078 : VPBlockBase(VPRegionBlockSC, Name), Entry(Entry), Exiting(Exiting), in VPBlockBase() 2081 assert(Exiting->getSuccessors().empty() && "Exit block has successors."); in VPBlockBase() 2083 Exiting->setParent(this); in VPBlockBase() 2086 : VPBlockBase(VPRegionBlockSC, Name), Entry(nullptr), Exiting(nullptr), in VPBlockBase() 2114 const VPBlockBase *getExiting() const { return Exiting; } in getExiting() 2115 VPBlockBase *getExiting() { return Exiting; } in getExiting() 2122 Exiting = ExitingBlock; in setExiting()
|
| H A D | LoopVectorize.cpp | 8576 auto *Exiting = new VPBasicBlock(Twine(RegionName) + ".continue", PHIRecipe); in createReplicateRegion() local 8578 VPRegionBlock *Region = new VPRegionBlock(Entry, Exiting, RegionName, true); in createReplicateRegion() 8582 VPBlockUtils::insertTwoBlocksAfter(Pred, Exiting, Entry); in createReplicateRegion() 8583 VPBlockUtils::connectBlocks(Pred, Exiting); in createReplicateRegion()
|
| /openbsd-src/gnu/usr.bin/perl/hints/ |
| H A D | os400.sh | 11 *** please read the file README.os400. Exiting now.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | BranchProbabilityInfo.h | 212 Exiting = 0x2, enumerator 245 return getSccBlockType(BB, SccNum) & Exiting; in isSCCExitingBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 327 if (any_of(ExitingBlocks, [&LoadUsers](BasicBlock *Exiting) { in peelToTurnInvariantLoadsDerefencebale() argument 328 return LoadUsers.contains(Exiting->getTerminator()); in peelToTurnInvariantLoadsDerefencebale()
|
| H A D | LoopUtils.cpp | 1836 for (auto *Exiting : ExitingBlocks) { in hasPartialIVCondition() local 1837 if (!Seen.contains(Exiting)) in hasPartialIVCondition() 1839 for (auto *Succ : successors(Exiting)) { in hasPartialIVCondition()
|
| /openbsd-src/gnu/usr.bin/perl/t/run/ |
| H A D | fresh_perl.t | 333 print "Exiting foo1\n";
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | BranchProbabilityInfo.cpp | 299 BlockType |= Exiting; in calculateSccBlockType()
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/ |
| H A D | IPA.rst | 133 Exiting an inlined function is a bit more work, fortunately broken up into
|
| /openbsd-src/usr.bin/mg/ |
| H A D | tutorial | 329 Exiting mg
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | LoopTerminology.rst | 165 * Exiting edges are not the only way to break out of a loop. Other
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5101delta.pod | 1237 Exiting given via last at foo.pl line 123
|
| H A D | perl5004delta.pod | 1279 =item Exiting pseudo-block via %s
|
| H A D | perldiag.pod | 2441 =item Exiting eval via %s 2446 =item Exiting format via %s 2451 =item Exiting pseudo-block via %s 2457 =item Exiting subroutine via %s 2462 =item Exiting substitution via %s
|
| H A D | perl5280delta.pod | 2019 Exiting from an C<eval>, whether normally or via an exception, now always
|
| H A D | perl5120delta.pod | 2589 Exiting given via last at foo.pl line 123
|