Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp395 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY()
909 if (BBI.IsDone) in AnalyzeBranches()
1156 if (TrueBBI.IsDone && FalseBBI.IsDone) { in AnalyzeBlock()
1428 if (CvtBBI->IsDone || in IfConvertSimple()
1492 BBI.IsDone = true; in IfConvertSimple()
1494 CvtBBI->IsDone = true; in IfConvertSimple()
1514 if (CvtBBI->IsDone || in IfConvertTriangle()
1634 BBI.IsDone = true; in IfConvertTriangle()
1661 if (TrueBBI.IsDone || FalseBBI.IsDone || in IfConvertDiamondCommon()
1907 BBI.IsDone = TrueBBI.IsDone = FalseBBI.IsDone = true; in IfConvertForkedDiamond()
[all …]
H A DReachingDefAnalysis.cpp73 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
H A DExecutionDomainFix.cpp204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h96 bool IsDone = true; member
100 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp1490 IsDone = true; in scanBlockScalarHeader()
1512 IsDone = true; in findBlockScalarIndent()
1535 IsDone = true; in findBlockScalarIndent()
1540 IsDone = true; in findBlockScalarIndent()
1563 IsDone = true; in scanBlockScalarIndent()
1569 IsDone = true; in scanBlockScalarIndent()
1585 bool IsDone = false; in scanBlockScalar() local
1588 if (IsDone) in scanBlockScalar()
1596 IsDone)) in scanBlockScalar()
1602 while (!IsDone) { in scanBlockScalar()
[all …]