Searched defs:Again (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp537 bool Again = false; local
564 Again = true;
571 return Again;
593 bool Again; local
595 Again = runOnce(MF);
596 } while(Again);
H A DRegisterCoalescer.cpp147 /// coalesced, then it returns true by reference in 'Again'.
148 bool joinCopy(MachineInstr *TheCopy, bool &Again);
1341 bool RegisterCoalescer::joinCopy(MachineInstr *CopyMI, bool &Again) { argument
1343 Again = false;
1426 Again = true; // May be possible to coalesce later.
1479 Again = true; // May be possible to coalesce later.
2811 bool Again = false; local
2812 bool Success = joinCopy(CurrList[i], Again);
2814 if (Success || !Again)
/external/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp494 bool Again; local
496 Again = false;
506 Again = true;
509 Changed |= Again;
515 } while (Again);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegisterCoalescer.cpp118 /// 'Again'.
119 bool JoinCopy(MachineInstr *TheCopy, bool &Again);
1153 /// things get coalesced, then it returns true by reference in 'Again'.
1154 bool RegisterCoalescer::JoinCopy(MachineInstr *CopyMI, bool &Again) { argument
1156 Again = false;
1210 Again = true; // May be possible to coalesce later.
1247 Again = true; // May be possible to coalesce later.
1732 bool Again = false; local
1733 if (!JoinCopy(TheCopy, Again))
1734 if (Again)
1739 bool Again = false; local
1746 bool Again = false; local
1794 bool Again = false; local
[all...]
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1201 bool Again = Lexer.is(AsmToken::Identifier); local
1203 while (Again) {
1218 Again = (Contigious && Type) || (Workaround && Type);
1219 NeededWorkaround = NeededWorkaround || (Again && !(Contigious && Type));

Completed in 164 milliseconds