Searched refs:Done (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DUse.cpp90 ptrdiff_t Done = 0; local
91 while (Done < 20) {
102 new(Stop) Use(tags[Done++]);
105 ptrdiff_t Count = Done;
110 ++Done;
111 Count = Done;
115 ++Done;
/freebsd-10.3-release/contrib/amd/amd/
H A Dnfs_start.c314 amd_state = Done;
415 amd_state = Done;
448 if (run_rpc() != Done) {
450 amd_state = Done;
/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp612 bool Done = false;
614 Done = rewriteARMFrameIndex(MI, i, BaseReg, Off, TII);
617 Done = rewriteT2FrameIndex(MI, i, BaseReg, Off, TII);
619 assert (Done && "Unable to resolve frame index!");
620 (void)Done;
728 bool Done = false; local
730 Done = rewriteARMFrameIndex(MI, FIOperandNum, FrameReg, Offset, TII);
733 Done = rewriteT2FrameIndex(MI, FIOperandNum, FrameReg, Offset, TII);
735 if (Done)
H A DThumb1RegisterInfo.cpp501 bool Done = rewriteFrameIndex(MI, i, BaseReg, Off, TII);
502 assert (Done && "Unable to resolve frame index!");
503 (void)Done;
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp169 bool Done = true; local
173 default: Done = false; break;
178 if (Done) break;
267 bool Done = true; local
271 default: Done = false; break;
299 if (Done) break;
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-enumerations.h262 Done // Lines are complete
/freebsd-10.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp245 bool Done = false; local
260 Done = true;
266 if (!Done) {
304 } // if (!Done)
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp128 bool Done = false; local
129 while (!Done) {
139 Done = true;
499 bool Done = false; local
500 while (!Done) {
504 Done = true;
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAG.cpp240 bool Done = true;
249 Done = false;
254 if (Done) {
273 bool Done = true;
282 Done = false;
287 if (Done) {
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h290 /// Done - The lines collection is complete and ready to be
299 return LineStatus::Done; // Stop getting lines on the first line that is updated
360 return LineStatus::Done;
367 return LineStatus::Done;
/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DIntervalIterator.h139 bool Done = ProcessInterval(getSourceGraphNode(OrigContainer, *SuccIt)); local
141 if (Done) return *this; // Found a new interval! Use it!
/freebsd-10.3-release/contrib/llvm/tools/bugpoint/
H A DExtractFunction.cpp60 std::set<Constant*> Done; local
66 Done.insert(V);
76 if (C && !isa<GlobalValue>(C) && !Done.count(C))
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp397 return LineStatus::Done;
404 return LineStatus::Done;
H A DCommandObjectCommands.cpp980 return LineStatus::Done;
995 return LineStatus::Done;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Host/common/
H A DEditline.cpp310 while (line_status != LineStatus::Done)
339 line_status = LineStatus::Done;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp1250 bool Done = false; local
1255 Done = true;
1329 } while (!Done);
1927 bool Done = false; local
1932 Done = true;
1983 } while (!Done);
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp939 bool Done = false;
942 Done = true;
946 if (Done)
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp941 // do not give it values that others need. 'Done' controls whether the
944 bool Done = PositionalOpts[i]->getNumOccurrencesFlag() == cl::Required; local
945 while (NumVals-ValNo > NumPositionalRequired && !Done) {
948 Done = true; // Optional arguments want _at most_ one value
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1286 bool Done = false; local
1289 M != MEnd && !Done; ++M) {
1292 SO != SOEnd && !Done; ++SO) {
1302 Done = true;
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1721 bool Done = false; local
1730 Done = true;
1732 Done = true;
1736 if (Done) break;
/freebsd-10.3-release/contrib/amd/include/
H A Dam_utils.h209 Done enumerator in enum:__anon91
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp266 bool Done() { function in class:__anon3304::ParseHelper
292 for (ParseHelper PH(S); !PH.Done();) {
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1282 bool Done = false; local
1283 while (!Done) {
1298 Done = true;
1304 Done = true;
1356 if (!Done && UpdateLocLex) {
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1275 void Done(Instruction *I) { function in class:__anon2741::MemorySanitizerVisitor::Combiner
1298 OC.Done(&I);
1334 SC.Done(&I);
1695 SC.Done(&I);
/freebsd-10.3-release/contrib/amd/libamu/
H A Dxutil.c853 if (amd_state != Done)

Completed in 305 milliseconds

12