HomeSort by: relevance | last modified time | path
    Searched defs:Finalized (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
GISelWorkList.h 33 bool Finalized = true;
54 Finalized = false;
70 Finalized = true;
76 assert(Finalized && "GISelWorkList used without finalizing");
83 assert((Finalized || WorklistMap.empty()) && "Neither finalized nor empty");
100 assert(Finalized && "GISelWorkList used without finalizing");
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
GsymCreator.h 56 /// Once the object has been finalized, it can be saved to a file or section.
146 bool Finalized = false;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ConstantEmitter.h 34 /// Whether the emitter has been finalized.
35 bool Finalized = false;
71 /// constant. If this succeeds, the emission must be finalized.
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
StringTableBuilder.h 42 bool Finalized = false;
53 /// Can only be used before the table is finalized.
66 /// after the table is finalized.
89 bool isFinalized() const { return Finalized; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
SyncDependenceAnalysis.cpp 139 VisitedSet &Finalized);
143 POCB CallBack, VisitedSet &Finalized) {
161 if (Finalized.count(NestedExitBB))
167 // All loop exits finalized -> finish this node
169 computeLoopPO(LI, *NestedLoop, CallBack, Finalized);
181 if (Finalized.count(SuccBB))
189 if (!Finalized.insert(NextBB).second)
197 VisitedSet Finalized;
201 computeStackPO(Stack, LI, nullptr, CallBack, Finalized);
205 VisitedSet &Finalized) {
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 242 /// Specifies if the builder results have been finalized. For example, if it
244 bool Finalized;
254 return Finalized;
275 : C(Ctx), Finalized(F), Frontier(DstSet) {
281 : C(Ctx), Finalized(F), Frontier(DstSet) {
  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 216 Finalized(false), BlockKind(BK_Unknown), Decision(FD_Unformatted),
281 unsigned Finalized : 1;

Completed in 29 milliseconds