Searched defs:DFS (Results 1 - 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DGraph.java70 /** DFS-based topological sort. A valid sort is the reverse of
91 DFS(n, visited, sorted);
96 public void DFS(Node n, Set<Node> visited, ArrayList<Object> sorted) { method in class:Graph
102 DFS(target, visited, sorted);
/external/clang/test/CodeGenCXX/
H A Dstrict-vtable-pointers.cpp74 DynamicFromStatic DFS; local
75 DFS.bar();
/external/llvm/include/llvm/Analysis/
H A DLoopIterator.h50 /// preorder visited by DFS. It's postorder number is initially zero and set
63 /// Traverse the loop blocks and store the DFS result.
71 assert(isComplete() && "bad loop DFS");
78 assert(isComplete() && "bad loop DFS");
95 assert(I != PostNumbers.end() && "block not visited by DFS");
96 assert(I->second && "block not finished by DFS");
128 LoopBlocksDFS &DFS; member in class:llvm::LoopBlocksTraversal
133 DFS(Storage), LI(LInfo) {}
137 /// finishPostorder to record the DFS result.
139 assert(DFS
[all...]
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_TrdProc.cpp20 int32_t DT, DFS, CURS; local
52 if (pHuffmanDecoder->decodeAValue(SBHUFFFS, &DFS) != 0)
55 FIRSTS = FIRSTS + DFS;
220 int32_t DT, DFS, CURS; local
273 IAFS->decode(pArithDecoder, &DFS);
274 FIRSTS = FIRSTS + DFS;
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp44 class DFS : public WorkList { class in namespace:__anon1580
105 WorkList *WorkList::makeDFS() { return new DFS(); }
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c2415 DFS(pANTLR3_TOPO topo, ANTLR3_UINT32 node) function
2500 DFS(topo, i);
2564 DFS(topo, v);
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1403 /// Return true if this node been visited by the DFS traversal.
1516 /// Join the predecessor subtree with the successor that is its DFS
1616 SchedDAGReverseDFS DFS; local
1618 DFS.follow(SU);
1621 while (DFS.getPred() != DFS.getPredEnd()) {
1622 const SDep &PredDep = *DFS.getPred();
1623 DFS.advance();
1631 Impl.visitCrossEdge(PredDep, DFS.getCurr());
1635 DFS
[all...]
H A DMachineScheduler.cpp3182 // Restore the heap in ReadyQ with the updated DFS results.
3371 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? local
3374 if (DFS)
3375 SS << " I:" << DFS->getNumInstrs(SU);
3385 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? local
3387 if (DFS) {
3389 Str += DOT::getColorString(DFS->getSubtreeID(N));
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp284 DataFlowSanitizer &DFS; member in struct:__anon12452::DFSanFunction
307 DFSanFunction(DataFlowSanitizer &DFS, Function *F, bool IsNativeABI) argument
308 : DFS(DFS), F(F), IA(DFS.getInstrumentedABI()),
858 Value *Ne = IRB.CreateICmpNE(V, DFSF.DFS.ZeroShadow);
862 ThenIRB.CreateCall(DFSF.DFS.DFSanNonzeroLabelFn, {});
873 if (DFS.ArgTLS)
874 return ArgTLSPtr = DFS.ArgTLS;
877 return ArgTLSPtr = IRB.CreateCall(DFS
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 560 milliseconds