HomeSort by: relevance | last modified time | path
    Searched refs:IsDone (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LoopTraversal.h 95 bool IsDone = true;
99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {}
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
IfConversion.cpp 120 /// IsDone - True if BB is not to be considered for ifcvt.
137 bool IsDone : 1;
156 BBInfo() : IsDone(false), IsBeingAnalyzed(false),
500 if (BBI.IsDone)
651 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
680 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
884 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
885 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone)
966 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
967 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone)
    [all...]
ExecutionDomainFix.cpp 204 << (!TraversedMBB.IsDone ? ": incomplete\n"
ReachingDefAnalysis.cpp 191 << (!TraversedMBB.IsDone ? ": incomplete\n"
  /src/external/apache2/llvm/dist/llvm/lib/Support/
YAMLParser.cpp 484 bool &IsDone);
490 unsigned &LineBreaks, bool &IsDone);
496 bool &IsDone);
1553 unsigned &IndentIndicator, bool &IsDone) {
1569 IsDone = true;
1582 unsigned &LineBreaks, bool &IsDone) {
1591 IsDone = true;
1614 IsDone = true;
1619 IsDone = true;
1628 unsigned BlockExitIndent, bool &IsDone) {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 9908 llvm::Value *IsDone =
9909 MapperCGF.Builder.CreateICmpEQ(PtrNext, PtrEnd, "omp.arraymap.isdone");
9911 MapperCGF.Builder.CreateCondBr(IsDone, ExitBB, BodyBB);

Completed in 31 milliseconds