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

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MultipleIncludeOpt.h 83 /// Invalidate - Permanently mark this file as not being suitable for the
85 void Invalidate() {
125 return Invalidate();
132 return Invalidate();
145 Invalidate();
153 if (!TheMacro) return Invalidate();
MultipleIncludeOpt.h 83 /// Invalidate - Permanently mark this file as not being suitable for the
85 void Invalidate() {
125 return Invalidate();
132 return Invalidate();
145 Invalidate();
153 if (!TheMacro) return Invalidate();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopPredication.cpp 1075 bool Invalidate = false;
1090 Invalidate = true;
1093 if (Invalidate)
1225 // to invalidate the instruction iterator.
Reassociate.cpp 108 void Invalidate() { SymbolicPart = OrigVal = nullptr; }
1438 // It would otherwise invalidate the "Opnds"'s iterator, and hence invalidate
1477 CurrOpnd->Invalidate();
1491 PrevOpnd->Invalidate();
1496 CurrOpnd->Invalidate();
LoopPredication.cpp 1075 bool Invalidate = false;
1090 Invalidate = true;
1093 if (Invalidate)
1225 // to invalidate the instruction iterator.
Reassociate.cpp 108 void Invalidate() { SymbolicPart = OrigVal = nullptr; }
1438 // It would otherwise invalidate the "Opnds"'s iterator, and hence invalidate
1477 CurrOpnd->Invalidate();
1491 PrevOpnd->Invalidate();
1496 CurrOpnd->Invalidate();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 1150 bool Invalidate = Allowed && !Allowed->count(&AAType::ID);
1153 Invalidate |= FnScope->hasFnAttribute(Attribute::Naked) ||
1157 Invalidate |= InitializationChainLength > MaxInitializationChainLength;
1162 if (Invalidate) {
3670 /// Check the size of this set, and invalidate when the size is no
Attributor.h 1150 bool Invalidate = Allowed && !Allowed->count(&AAType::ID);
1153 Invalidate |= FnScope->hasFnAttribute(Attribute::Naked) ||
1157 Invalidate |= InitializationChainLength > MaxInitializationChainLength;
1162 if (Invalidate) {
3670 /// Check the size of this set, and invalidate when the size is no

Completed in 55 milliseconds