/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | DetectDeadLanes.cpp | 529 bool Again = false; in runOnce() local 560 Again = true; in runOnce() 567 return std::make_pair(Changed, Again); in runOnce() 590 bool Again; in runOnMachineFunction() local 593 std::tie(LocalChanged, Again) = runOnce(MF); in runOnMachineFunction() 595 } while(Again); in runOnMachineFunction()
|
H A D | RegisterScavenging.cpp | 780 bool Again = scavengeFrameVirtualRegsInBlock(MRI, RS, MBB); in scavengeFrameVirtualRegs() local 781 if (Again) { in scavengeFrameVirtualRegs() 784 Again = scavengeFrameVirtualRegsInBlock(MRI, RS, MBB); in scavengeFrameVirtualRegs() 787 if (Again) in scavengeFrameVirtualRegs()
|
H A D | RegisterCoalescer.cpp | 245 bool joinCopy(MachineInstr *CopyMI, bool &Again); 1902 bool RegisterCoalescer::joinCopy(MachineInstr *CopyMI, bool &Again) { in joinCopy() argument 1903 Again = false; in joinCopy() 2008 Again = true; // May be possible to coalesce later. in joinCopy() 2075 Again = true; // May be possible to coalesce later. in joinCopy() 3926 bool Again = false; in copyCoalesceWorkList() local 3927 bool Success = joinCopy(MI, Again); in copyCoalesceWorkList() 3929 if (Success || !Again) in copyCoalesceWorkList()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenPredicate.cpp | 511 bool Again; in runOnMachineFunction() local 513 Again = false; in runOnMachineFunction() 521 Again = true; in runOnMachineFunction() 524 Changed |= Again; in runOnMachineFunction() 530 } while (Again); in runOnMachineFunction()
|
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ |
H A D | expansion-order.txt | 12 # We can redefine the test suite config's substitutions multiple times. Again, 32 # substitutions should not change the expansion order. Again, the expansion
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
H A D | plan_no_plan.t | 37 pass("Again");
|
/openbsd/usr.bin/file/magdir/ |
H A D | commands | 58 0 string/b #!\ /bin/bash Bourne-Again shell script text executable 60 0 string/b #!\ /usr/local/bin/bash Bourne-Again shell script text executable
|
/openbsd/gnu/usr.bin/perl/ext/File-Glob/ |
H A D | TODO | 19 cpp #define to ":". I have no idea what it is for VMS. Again, if
|
/openbsd/gnu/usr.bin/binutils-2.17/ |
H A D | README | 46 REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
|
/openbsd/gnu/usr.bin/binutils/ |
H A D | README | 46 REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
|
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2001-06-01-GCCOptimizations2.txt | 36 > feasible and should be fun. (Again, link time cost is the issue.)
|
H A D | 2001-02-06-TypeNotationDebateResp1.txt | 31 Again, I don't disagree with this at all. But to some extent this
|
H A D | 2001-02-06-TypeNotationDebateResp4.txt | 24 > Again, I don't disagree with this at all. But to some extent this
|
/openbsd/bin/ksh/ |
H A D | lex.c | 147 Again: in yylex() 793 goto Again; in yylex() 849 goto Again; in yylex()
|
H A D | syn.c | 693 Again: in syntaxerr() 700 goto Again; in syntaxerr()
|
/openbsd/distrib/notes/sparc64/ |
H A D | xfer | 54 not work for all cases. Again, device/partition names may vary,
|
/openbsd/games/phantasia/ |
H A D | README | 67 get the game running. Again, I need to know which version of UN*X
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-arc.texi | 181 version. Again @code{arc} is an alias for
|
/openbsd/etc/root/ |
H A D | root.mail | 22 Again, PLEASE READ THE MANUAL PAGES. Our developers have spent countless
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | constraints.md | 185 ;; this wasn't really a valid memory constraint. Again, all uses of
|
/openbsd/games/hunt/ |
H A D | README | 54 Again, only one machine should be set up to answer game
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 978 bool Again = Lexer.is(AsmToken::Identifier); in tryParseRegister() local 980 while (Again) { in tryParseRegister() 995 Again = (Contigious && Type) || (Workaround && Type); in tryParseRegister() 996 NeededWorkaround = NeededWorkaround || (Again && !(Contigious && Type)); in tryParseRegister()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-bfin.texi | 70 Again, the larger number appears first.
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlnumber.pod | 67 with appropriate modifications in the case of 64-bit integers. Again, this
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | vote_admin_guide.pod | 78 The "names of choices" is line by line. Blanks are ignored. Again, use
|