/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpressions.h | 495 SmallPtrSet<const SCEV *, 8> Visited; 498 if (Visited.insert(S) && Visitor.follow(S))
|
/external/llvm/lib/Transforms/IPO/ |
MergeFunctions.cpp | 180 /// visited. 582 /// be converted into a thunk. In either case, it should never be visited
|
FunctionAttrs.cpp | 412 SmallSet<Use*, 32> Visited; 424 Visited.insert(U); 442 if (Visited.insert(U)) [all...] |
/external/llvm/utils/llvm-build/llvmbuild/ |
main.py | 147 # If we have already visited this item, we are done. 151 # Otherwise, mark the component info as visited and traverse. [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
CollisionSystem.java | 38 * of each tile visited with the ray and searches for points of intersection. 359 // tile to be visited. [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compose.h | 664 // where vi = # of states visited, di = maximum out-degree, and mi the 665 // maximum multiplicity of the states visited for the ith [all...] |
/external/chromium_org/chrome/browser/history/ |
history_backend.cc | 62 VisitSegmentDatabase (stores groups of URLs for the most visited view). 325 // represent that segment in order to minimize stale most visited 441 // result in changing most visited, so we don't update segments (most 442 // visited db). [all...] |
/external/chromium_org/v8/src/ |
hydrogen.cc | 401 // the loop is visited in increasing block id order, if the number of 634 // Assert that block is unreachable if dominator must not be visited. [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstructionCombining.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
IndVarSimplify.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | 6393 SmallPtrSet<const SDNode*, 32> visited; local [all...] |
/external/chromium/chrome/browser/history/ |
history_backend.cc | 47 VisitSegmentDatabase (stores groups of URLs for the most visited view). 340 // represent that segment in order to minimize stale most visited 412 // result in changing most visited, so we don't update segments (most 413 // visited db). 819 // dummy list containing the exact URL visited if there are no redirects so [all...] |
/external/chromium_org/v8/test/cctest/ |
test-heap-profiler.cc | 68 i::HashMap visited(AddressesMatch); 78 i::HashMap::Entry* entry = visited.Lookup( 147 i::HashMap visited(AddressesMatch); 150 i::HashMap::Entry* entry = visited.Lookup( 161 i::HashMap::Entry* entry = visited.Lookup( [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorCSSAgent.cpp | 122 DEFINE_STATIC_LOCAL(String, visited, ("visited")); 139 else if (pseudoClass == visited) [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | 695 // TODO: define a global way to set the mask set of attrs to be visited [all...] |
/external/emma/core/java12/com/vladium/emma/report/html/ |
ReportGenerator.java | [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAGNodes.h | 534 /// In this helper the Visited and worklist sets are held externally to 537 /// hasPredecessor. Be sure to clear Visited and Worklist if the DAG 541 SmallPtrSet<const SDNode *, 32> &Visited, [all...] |
/external/llvm/lib/Target/R600/ |
AMDILCFGStructurizer.cpp | 344 std::map<MachineLoop *, bool> Visited; [all...] |
/external/v8/src/ |
ast.h | 200 // visited. We need it to capture the environment effects of declarations 299 // Not assigned a context yet, or else will not be visited during [all...] |
/external/v8/tools/ |
test.py | [all...] |
/build/tools/droiddoc/templates-ds/assets/ |
android-developer-docs.css | 253 #jd-header .crumb a:visited { 429 .absent a:visited,
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.css | 253 #jd-header .crumb a:visited { 429 .absent a:visited,
|
/dalvik/vm/compiler/ |
Dataflow.cpp | [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
RedundentExprEliminator.java | 81 * node context have been visited. It eliminates redundent 111 * node context have been visited. It eliminates redundent [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url_model.cc | [all...] |