Searched defs:IsDone (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LoopTraversal.h | 95 bool IsDone = true; member
|
/llvm-project/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 1563 scanBlockScalarIndicators(char & StyleIndicator,char & ChompingIndicator,unsigned & IndentIndicator,bool & IsDone) scanBlockScalarIndicators() argument 1612 scanBlockScalarHeader(char & ChompingIndicator,unsigned & IndentIndicator,bool & IsDone) scanBlockScalarHeader() argument 1641 findBlockScalarIndent(unsigned & BlockIndent,unsigned BlockExitIndent,unsigned & LineBreaks,bool & IsDone) findBlockScalarIndent() argument 1687 scanBlockScalarIndent(unsigned BlockIndent,unsigned BlockExitIndent,bool & IsDone) scanBlockScalarIndent() argument 1721 bool IsDone = false; scanBlockScalar() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 133 bool IsDone : 1; global() member [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 56 bool IsDone = false; member
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 4538 Instruction *IsDone = in buildCustomStateMachine() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 9300 llvm::Value *IsDone = emitUserDefinedMapper() local
|