Searched refs:IsDone (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 139 bool IsDone : 1; member 158 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo() 516 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY() 665 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidSimple() 694 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidTriangle() 898 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidForkedDiamond() 899 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidForkedDiamond() 980 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidDiamond() 981 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidDiamond() 1039 if (BBI.IsDone) in AnalyzeBranches() [all …]
|
| H A D | ExecutionDomainFix.cpp | 204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
|
| H A D | ReachingDefAnalysis.cpp | 219 << (!TraversedMBB.IsDone ? ": incomplete\n" in processBasicBlock()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LoopTraversal.h | 95 bool IsDone = true; member 99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 486 unsigned &IndentIndicator, bool &IsDone); 501 bool &IsDone); 507 unsigned &LineBreaks, bool &IsDone); 513 bool &IsDone); 1563 bool &IsDone) { in scanBlockScalarIndicators() argument 1565 if (!scanBlockScalarHeader(ChompingIndicator, IndentIndicator, IsDone)) in scanBlockScalarIndicators() 1612 unsigned &IndentIndicator, bool &IsDone) { in scanBlockScalarHeader() argument 1628 IsDone = true; in scanBlockScalarHeader() 1641 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent() argument 1650 IsDone = true; in findBlockScalarIndent() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 55 bool IsDone = false; member 59 R.IsDone = true; in Done() 549 if (R.IsDone) in getTemplateInstantiationArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 4538 Instruction *IsDone = in buildCustomStateMachine() local 4542 IsDone->setDebugLoc(DLoc); in buildCustomStateMachine() 4544 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 8521 Value *IsDone = Builder.CreateICmpEQ(PtrNext, PtrEnd, "omp.arraymap.isdone"); in emitUserDefinedMapper() local 8523 Builder.CreateCondBr(IsDone, ExitBB, BodyBB); in emitUserDefinedMapper()
|