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

  /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...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp 618 assert((size() == 0 || !States.empty()) &&
638 // Have something to track, let's init states for every block from the CFG.
640 States =
676 llvm::none_of(States, [](const State &S) { return S.isVisited(); }) &&
998 /// Return true/false if 'swift_async' attribute states that the given
1291 return llvm::any_of(States, [Index](const State &StateForOneBB) {
1300 return States[BB->getBlockID()];
1304 return States[BB->getBlockID()];
1694 CFGSizedVector<State> States;
  /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/gpl2/dtc/dist/Documentation/
dtc-paper.tex 587 Corporation in the United States and/or other countries.
590 Computer Inc. in the United States, other countries, or both.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 1145 SmallVector<CallableWhenAttr::ConsumedState, 3> States;
1166 States.push_back(CallableState);
1170 CallableWhenAttr(S.Context, AL, States.data(), States.size()));

Completed in 73 milliseconds