Home
last modified time | relevance | path

Searched refs:IsDone (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp137 bool IsDone : 1; member
156 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo()
500 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY()
651 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidSimple()
680 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidTriangle()
884 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidForkedDiamond()
885 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidForkedDiamond()
966 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidDiamond()
967 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidDiamond()
1025 if (BBI.IsDone) in AnalyzeBranches()
[all …]
H A DExecutionDomainFix.cpp204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
H A DReachingDefAnalysis.cpp191 << (!TraversedMBB.IsDone ? ": incomplete\n" in processBasicBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h95 bool IsDone = true; member
99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp484 bool &IsDone);
490 unsigned &LineBreaks, bool &IsDone);
496 bool &IsDone);
1553 unsigned &IndentIndicator, bool &IsDone) { in scanBlockScalarHeader() argument
1569 IsDone = true; in scanBlockScalarHeader()
1582 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent() argument
1591 IsDone = true; in findBlockScalarIndent()
1614 IsDone = true; in findBlockScalarIndent()
1619 IsDone = true; in findBlockScalarIndent()
1628 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9908 llvm::Value *IsDone = in emitUserDefinedMapper() local
9911 MapperCGF.Builder.CreateCondBr(IsDone, ExitBB, BodyBB); in emitUserDefinedMapper()