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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFLAndersAliasAnalysis.cpp 41 // retrieving mod-ref info), we choose to duplicate some of the states in the
104 // The following two states together represent S2 in the paper.
111 // The following two states together represent S3 in the paper.
121 // The following two states together represent S4 in the paper.
174 auto &States = ReachMap[To][From];
176 if (!States.test(Idx)) {
177 States.set(Idx);
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 1672 std::set<std::string> States;
1677 States.insert(getDefaultSeverity(Diag));
1682 return States;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 832 MapVector<Value *, BDVState> States;
836 for (auto &Entry : States) {
871 States.insert({Def, BDVState(Def)});
883 // (States).
887 if (States.insert(std::make_pair(Base, BDVState(Base))).second)
897 LLVM_DEBUG(dbgs() << "States after initialization:\n");
898 for (auto Pair : States) {
911 for (auto Pair : States) {
919 return States.count(BDV) == 0;
930 States.erase(V)
    [all...]

Completed in 54 milliseconds