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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp499 bool Again = false; local
530 Again = true;
537 return std::make_pair(Changed, Again);
557 bool Again; local
561 std::tie(LocalChanged, Again) = modifySubRegisterOperandStatus(DLD, MF);
563 } while (Again);
H A DRegisterScavenging.cpp482 bool Again = scavengeFrameVirtualRegsInBlock(MRI, RS, MBB); local
483 if (Again) {
486 Again = scavengeFrameVirtualRegsInBlock(MRI, RS, MBB);
489 if (Again)
H A DRegisterCoalescer.cpp238 /// coalesced, then it returns true by reference in 'Again'.
239 bool joinCopy(MachineInstr *CopyMI, bool &Again,
1969 MachineInstr *CopyMI, bool &Again,
1971 Again = false;
2076 Again = true; // May be possible to coalesce later.
2143 Again = true; // May be possible to coalesce later.
4000 bool Again = false; local
4001 bool Success = joinCopy(MI, Again, CurrentErasedInstrs);
4003 if (Success || !Again)
1968 joinCopy( MachineInstr *CopyMI, bool &Again, SmallPtrSetImpl<MachineInstr *> &CurrentErasedInstrs) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp511 bool Again; local
513 Again = false;
521 Again = true;
524 Changed |= Again;
530 } while (Again);
/freebsd-current/contrib/bearssl/T0/
H A DWordBuilder.cs358 internal void Again() method in class:WordBuilder
H A DT0Comp.cs716 wordBuilder.Again();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp976 bool Again = Lexer.is(AsmToken::Identifier); local
978 while (Again) {
993 Again = (Contigious && Type) || (Workaround && Type);
994 NeededWorkaround = NeededWorkaround || (Again && !(Contigious && Type));
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-edge.mk109 # Again, the ( takes place in the nesting level, and there is no way to
/freebsd-current/share/mk/
H A Ddirdeps.mk669 # Again we expect that any already qualified machines are fully qualified.
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk672 # Again we expect that any already qualified machines are fully qualified.

Completed in 228 milliseconds