Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp139 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 DExecutionDomainFix.cpp204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
H A DReachingDefAnalysis.cpp219 << (!TraversedMBB.IsDone ? ": incomplete\n" in processBasicBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h95 bool IsDone = true; member
99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp486 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 DSemaTemplateInstantiate.cpp55 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 DOpenMPOpt.cpp4538 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 DOMPIRBuilder.cpp8521 Value *IsDone = Builder.CreateICmpEQ(PtrNext, PtrEnd, "omp.arraymap.isdone"); in emitUserDefinedMapper() local
8523 Builder.CreateCondBr(IsDone, ExitBB, BodyBB); in emitUserDefinedMapper()