HomeSort by relevance Sort by last modified time
    Searched refs:RQ (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Analysis/
RegionPass.cpp 39 // Recurse through all subregions and all regions into RQ.
40 static void addRegionIntoQueue(Region &R, std::deque<Region *> &RQ) {
41 RQ.push_back(&R);
43 addRegionIntoQueue(*E, RQ);
61 addRegionIntoQueue(*RI->getTopLevelRegion(), RQ);
63 if (RQ.empty()) // No regions, skip calling finalizers
67 for (std::deque<Region *>::const_iterator I = RQ.begin(), E = RQ.end();
77 while (!RQ.empty()) {
79 CurrentRegion = RQ.back()
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionPass.h 85 std::deque<Region*> RQ;
  /external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 564 ~c379=RQ # Puerto Rico
rel.conf 570 ~c200,~c379=RQ # Puerto Rico
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/blktrace/doc/
blktrace.tex     [all...]

Completed in 192 milliseconds