Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DIfConversion.cpp498 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY()
1023 if (BBI.IsDone) in AnalyzeBranches()
1276 if (TrueBBI.IsDone && FalseBBI.IsDone) { in AnalyzeBlock()
1544 if (CvtBBI->IsDone || in IfConvertSimple()
1608 BBI.IsDone = true; in IfConvertSimple()
1610 CvtBBI->IsDone = true; in IfConvertSimple()
1630 if (CvtBBI->IsDone || in IfConvertTriangle()
1750 BBI.IsDone = true; in IfConvertTriangle()
1777 if (TrueBBI.IsDone || FalseBBI.IsDone || in IfConvertDiamondCommon()
2035 BBI.IsDone = TrueBBI.IsDone = FalseBBI.IsDone = true; in IfConvertForkedDiamond()
[all …]
H A DExecutionDomainFix.cpp204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
H A DReachingDefAnalysis.cpp197 << (!TraversedMBB.IsDone ? ": incomplete\n" in processBasicBlock()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h95 bool IsDone = true; member
99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLParser.cpp1609 IsDone = true; in scanBlockScalarHeader()
1631 IsDone = true; in findBlockScalarIndent()
1654 IsDone = true; in findBlockScalarIndent()
1659 IsDone = true; in findBlockScalarIndent()
1682 IsDone = true; in scanBlockScalarIndent()
1688 IsDone = true; in scanBlockScalarIndent()
1702 bool IsDone = false; in scanBlockScalar() local
1706 if (IsDone) in scanBlockScalar()
1715 IsDone)) in scanBlockScalar()
1721 while (!IsDone) { in scanBlockScalar()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3898 Instruction *IsDone = in buildCustomStateMachine() local
3902 IsDone->setDebugLoc(DLoc); in buildCustomStateMachine()
3904 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10092 llvm::Value *IsDone = in emitUserDefinedMapper() local
10095 MapperCGF.Builder.CreateCondBr(IsDone, ExitBB, BodyBB); in emitUserDefinedMapper()