Searched refs:IsDone (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h95 bool IsDone = true; member in struct:llvm::LoopTraversal::TraversedMBBInfo
99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp120 /// IsDone - True if BB is not to be considered for ifcvt.
137 bool IsDone : 1; member in struct:__anon3479::IfConverter::BBInfo
156 BBInfo() : IsDone(false), IsBeingAnalyzed(false),
500 if (BBI.IsDone)
651 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
680 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone)
884 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
885 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone)
966 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone ||
967 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone)
[all...]
H A DExecutionDomainFix.cpp204 << (!TraversedMBB.IsDone ? ": incomplete\n"
H A DReachingDefAnalysis.cpp190 << (!TraversedMBB.IsDone ? ": incomplete\n"
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp487 bool &IsDone);
493 unsigned &LineBreaks, bool &IsDone);
499 bool &IsDone);
1477 unsigned &IndentIndicator, bool &IsDone) {
1493 IsDone = true;
1506 unsigned &LineBreaks, bool &IsDone) {
1515 IsDone = true;
1538 IsDone = true;
1543 IsDone = true;
1552 unsigned BlockExitIndent, bool &IsDone) {
1476 scanBlockScalarHeader(char &ChompingIndicator, unsigned &IndentIndicator, bool &IsDone) argument
1504 findBlockScalarIndent(unsigned &BlockIndent, unsigned BlockExitIndent, unsigned &LineBreaks, bool &IsDone) argument
1551 scanBlockScalarIndent(unsigned BlockIndent, unsigned BlockExitIndent, bool &IsDone) argument
1588 bool IsDone = false; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9143 llvm::Value *IsDone = local
9146 MapperCGF.Builder.CreateCondBr(IsDone, ExitBB, BodyBB);

Completed in 264 milliseconds