Searched refs:IsDone (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 133 bool IsDone : 1; member 152 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo() 497 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY() 646 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidSimple() 675 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidTriangle() 879 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidForkedDiamond() 880 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidForkedDiamond() 961 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidDiamond() 962 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidDiamond() 1020 if (BBI.IsDone) in AnalyzeBranches() [all …]
|
H A D | ExecutionDomainFix.cpp | 204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
|
H A D | ReachingDefAnalysis.cpp | 196 << (!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 | 487 unsigned &IndentIndicator, bool &IsDone); 502 bool &IsDone); 508 unsigned &LineBreaks, bool &IsDone); 514 bool &IsDone); 1563 bool &IsDone) { in scanBlockChompingIndicator() 1565 if (!scanBlockScalarHeader(ChompingIndicator, IndentIndicator, IsDone)) in scanBlockChompingIndicator() 1612 unsigned &IndentIndicator, bool &IsDone) { in scanBlockScalarHeader() 1628 IsDone = true; in findBlockScalarIndent() 1641 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent() 1650 IsDone in findBlockScalarIndent() 1544 scanBlockScalarIndicators(char & StyleIndicator,char & ChompingIndicator,unsigned & IndentIndicator,bool & IsDone) scanBlockScalarIndicators() argument 1593 scanBlockScalarHeader(char & ChompingIndicator,unsigned & IndentIndicator,bool & IsDone) scanBlockScalarHeader() argument 1622 findBlockScalarIndent(unsigned & BlockIndent,unsigned BlockExitIndent,unsigned & LineBreaks,bool & IsDone) findBlockScalarIndent() argument 1668 scanBlockScalarIndent(unsigned BlockIndent,unsigned BlockExitIndent,bool & IsDone) scanBlockScalarIndent() argument 1702 bool IsDone = false; scanBlockScalar() local [all...] |
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 57 bool IsDone = false; member 61 R.IsDone = true; in Done() 530 if (R.IsDone) in getTemplateInstantiationArgs()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 4536 Instruction *IsDone = in buildCustomStateMachine() local 4540 IsDone->setDebugLoc(DLoc); in buildCustomStateMachine() 4542 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 9311 llvm::Value *IsDone = in emitUserDefinedMapper() local 9314 MapperCGF.Builder.CreateCondBr(IsDone, ExitBB, BodyBB); in emitUserDefinedMapper()
|