Searched refs:Again (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp532 bool Again = false; local
560 Again = true;
567 return Again;
589 bool Again; local
591 Again = runOnce(MF);
592 } while(Again);
H A DRegisterScavenging.cpp768 bool Again = scavengeFrameVirtualRegsInBlock(MRI, RS, MBB); local
769 if (Again) {
772 Again = scavengeFrameVirtualRegsInBlock(MRI, RS, MBB);
775 if (Again)
H A DRegisterCoalescer.cpp218 /// coalesced, then it returns true by reference in 'Again'.
219 bool joinCopy(MachineInstr *CopyMI, bool &Again);
1786 bool RegisterCoalescer::joinCopy(MachineInstr *CopyMI, bool &Again) { argument
1787 Again = false;
1873 Again = true; // May be possible to coalesce later.
1940 Again = true; // May be possible to coalesce later.
3679 bool Again = false; local
3680 bool Success = joinCopy(CurrList[i], Again);
3682 if (Success || !Again)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp512 bool Again; local
514 Again = false;
525 Again = true;
528 Changed |= Again;
534 } while (Again);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp966 bool Again = Lexer.is(AsmToken::Identifier); local
968 while (Again) {
983 Again = (Contigious && Type) || (Workaround && Type);
984 NeededWorkaround = NeededWorkaround || (Again && !(Contigious && Type));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc496 // Again, another process might have raced with us and moved the file
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk556 # Again we expect that any already qualified machines are fully qualified.
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex4526 % Again, see comments in \chfplain.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex4424 % Again, see comments in \chfplain.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex5916 % Again, see comments in \chapmacro.

Completed in 221 milliseconds