Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp496 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY()
1019 if (BBI.IsDone) in AnalyzeBranches()
1272 if (TrueBBI.IsDone && FalseBBI.IsDone) { in AnalyzeBlock()
1530 if (CvtBBI->IsDone || in IfConvertSimple()
1594 BBI.IsDone = true; in IfConvertSimple()
1596 CvtBBI->IsDone = true; in IfConvertSimple()
1616 if (CvtBBI->IsDone || in IfConvertTriangle()
1736 BBI.IsDone = true; in IfConvertTriangle()
1763 if (TrueBBI.IsDone || FalseBBI.IsDone || in IfConvertDiamondCommon()
2019 BBI.IsDone = TrueBBI.IsDone = FalseBBI.IsDone = true; in IfConvertForkedDiamond()
[all …]
H A DExecutionDomainFix.cpp204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
H A DReachingDefAnalysis.cpp196 << (!TraversedMBB.IsDone ? ": incomplete\n" in processBasicBlock()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1628 IsDone = true; in scanBlockScalarHeader()
1650 IsDone = true; in findBlockScalarIndent()
1673 IsDone = true; in findBlockScalarIndent()
1678 IsDone = true; in findBlockScalarIndent()
1701 IsDone = true; in scanBlockScalarIndent()
1707 IsDone = true; in scanBlockScalarIndent()
1721 bool IsDone = false; in scanBlockScalar() local
1725 if (IsDone) in scanBlockScalar()
1734 IsDone)) in scanBlockScalar()
1740 while (!IsDone) { in scanBlockScalar()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp54 bool IsDone = false; member
58 R.IsDone = true; in Done()
404 if (R.IsDone) in getTemplateInstantiationArgs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4535 Instruction *IsDone = in buildCustomStateMachine() local
4539 IsDone->setDebugLoc(DLoc); in buildCustomStateMachine()
4541 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9250 llvm::Value *IsDone = in emitUserDefinedMapper() local
9253 MapperCGF.Builder.CreateCondBr(IsDone, ExitBB, BodyBB); in emitUserDefinedMapper()