Searched refs:IsDone (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 135 bool IsDone : 1; member 154 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo() 498 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY() 649 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidSimple() 678 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidTriangle() 882 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidForkedDiamond() 883 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidForkedDiamond() 964 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidDiamond() 965 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidDiamond() 1023 if (BBI.IsDone) in AnalyzeBranches() [all …]
|
| H A D | ExecutionDomainFix.cpp | 204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
|
| H A D | ReachingDefAnalysis.cpp | 197 << (!TraversedMBB.IsDone ? ": incomplete\n" in processBasicBlock()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LoopTraversal.h | 95 bool IsDone = true; member 99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 483 unsigned &IndentIndicator, bool &IsDone); 498 bool &IsDone); 504 unsigned &LineBreaks, bool &IsDone); 510 bool &IsDone); 1544 bool &IsDone) { in scanBlockScalarIndicators() argument 1546 if (!scanBlockScalarHeader(ChompingIndicator, IndentIndicator, IsDone)) in scanBlockScalarIndicators() 1593 unsigned &IndentIndicator, bool &IsDone) { in scanBlockScalarHeader() argument 1609 IsDone = true; in scanBlockScalarHeader() 1622 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent() argument 1631 IsDone = true; in findBlockScalarIndent() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 52 bool IsDone = false; member 56 R.IsDone = true; in Done() 332 if (R.IsDone) in getTemplateInstantiationArgs()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 4297 Instruction *IsDone = in buildCustomStateMachine() local 4301 IsDone->setDebugLoc(DLoc); in buildCustomStateMachine() 4303 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 9686 llvm::Value *IsDone = in emitUserDefinedMapper() local 9689 MapperCGF.Builder.CreateCondBr(IsDone, ExitBB, BodyBB); in emitUserDefinedMapper()
|