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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchDag.h 176 iterator_range<predicate_iterator> predicates() { function in class:llvm::GIMatchDag
179 iterator_range<const_predicate_iterator> predicates() const { function in class:llvm::GIMatchDag
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-unswitch.cc 88 3) The so called unswitch predicates are stored in a cache where the
122 num = predicates->length ();
123 predicates->safe_push (this);
158 num = predicates->length ();
159 predicates->safe_push (this);
192 /* The number of the predicate in the predicates vector below. */
195 /* Vector of all used predicates, used for assigning a unique id that
197 static vec<unswitch_predicate *> *predicates; member in struct:unswitch_predicate
200 vec<unswitch_predicate *> *unswitch_predicate::predicates; member in class:unswitch_predicate
234 /* Return vector of predicates that belong to a basic block. *
373 unswitch_predicate::predicates = new vec<unswitch_predicate *> (); member in class:unswitch_predicate
400 delete unswitch_predicate::predicates; member in class:unswitch_predicate
401 unswitch_predicate::predicates = NULL; member in class:unswitch_predicate
805 vec<unswitch_predicate *> &predicates = get_predicates_for_bb (bbs[i]); local
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp 819 /// A list of actions that need to be taken when all predicates in this rule
1006 /// for the comment emitted when there are no predicates.
1011 PredicatesTy Predicates;
1013 /// Track if the list of predicates was manipulated by one of the optimization
1019 return Predicates.begin();
1022 return Predicates.end();
1024 iterator_range<typename PredicatesTy::iterator> predicates() { function in class:__anon3491::PredicateListMatcher
1028 return Predicates.size();
1030 bool predicates_empty() const { return Predicates.empty(); }
1033 std::unique_ptr<PredicateTy> Front = std::move(Predicates.front())
    [all...]

Completed in 28 milliseconds