HomeSort by relevance Sort by last modified time
    Searched refs:Visited (Results 51 - 75 of 84) sorted by null

1 23 4

  /external/llvm/include/llvm/Analysis/
RegionInfo.h 522 // Mark the exit of the region as visited, so that the children of the
524 // be visited.
525 super::Visited.insert(Exit);
  /external/llvm/include/llvm/IR/
DerivedTypes.h 252 bool isSized(SmallPtrSet<const Type*, 4> *Visited = nullptr) const;
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 418 SmallPtrSet<const MachineBasicBlock*, 8> Visited;
438 // Skip already visited To blocks.
453 // To is a new block. Mark the block as visited in case the CFG has cycles
455 return LB.Visited.insert(To);
469 Bounds.Visited.clear();
475 // All the predecessors have been visited, pick the preferred one.
489 Bounds.Visited.clear();
495 // All the successors have been visited, pick the preferred one.
    [all...]
LiveIntervalAnalysis.cpp 491 VisitedTy Visited;
496 I = df_ext_begin(*SuccI, Visited), E = df_ext_end(*SuccI, Visited);
    [all...]
RegAllocGreedy.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 224 uint32_t Visited;
230 : VisitedInMainFile(0), MissingInMainFile(0), Visited(0), Missing(0),
232 /// Record that we've visited a function and whether or not that function was
237 ++Visited;
239 /// Record that a function we've visited has no profile data.
245 /// Record that a function we've visited has mismatched profile data.
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 415 SmallSet<Use*, 32> Visited;
429 Visited.insert(&U);
446 if (Visited.insert(&UU))
460 if (Visited.insert(&UU))
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 46 // Vertically centers the most visited section for a non-Google provided page.
195 * A flag to indicate Most Visited changed caused by user action. If true, then
247 * Minimum total padding to give to the left and right of the most visited
256 * The filename for a most visited iframe src which shows a page title.
264 * The filename for a most visited iframe src which shows a thumbnail image.
279 * Hide most visited tiles for at most this many milliseconds while painting.
287 * A Tile is either a rendering of a Most Visited page or "filler" used to
294 * @param {number=} opt_rid The RID for the corresponding Most Visited page.
498 * Handles a new set of Most Visited page data.
619 * Builds a URL to display a most visited tile title in an iframe
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 536 llvm::DenseSet<const void *> Visited;
554 if (Visited.insert(I->getMemoizationData()).second)
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 348 std::map<MachineLoop *, bool> Visited;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 84 DenseSet<const GlobalVariable *> &Visited,
86 // Have we already visited this one?
87 if (Visited.count(GV))
105 VisitGlobalVariableForEmission(*I, Order, Visited, Visiting);
109 Visited.insert(GV);
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 379 SmallPtrSet<Instruction*, 4> Visited;
387 if (!Visited.insert(I)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp 6786 SmallPtrSet<const SDNode*, 32> visited; local
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 46 SmallPtrSet<BasicBlock*, 8> &Visited) {
47 if (!Visited.insert(BB)) return;
71 FindExnAndSelIntrinsics(*I, Exn, Sel, Visited);
163 SmallPtrSet<BasicBlock*, 8> Visited;
166 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 648 llvm::SmallPtrSet<const ClusterBindings *, 16> Visited;
691 return Visited.count(getCluster(R));
711 if (C && !Visited.insert(C))
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_predicates.js 271 * Visited link.
273 * @return {?Node} Node in the array that is a visited link.
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 30 * the Most Visited label, and is used to draw more attention to the
159 // Move the footer into the most visited page if we are in "bare minimum"

Completed in 2268 milliseconds

1 23 4