HomeSort by relevance Sort by last modified time
    Searched refs:bundles (Results 1 - 25 of 47) sorted by null

1 2

  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 89 /// bundles. The weights are all positive and add up to at most 2, weights
172 bundles = &getAnalysis<EdgeBundles>();
176 nodes = new Node[bundles->getNumBundles()];
178 // Compute total ingoing and outgoing block frequencies for all bundles.
185 nodes[bundles->getBundle(Num, 1)].Scale[0] += Freq;
186 nodes[bundles->getBundle(Num, 0)].Scale[1] += Freq;
190 for (unsigned i = 0, e = bundles->getNumBundles(); i != e; ++i)
211 // Very large bundles usually come from big switches, indirect branches,
215 // Give a small negative bias to large bundles such that 1/32 of the
219 if (bundles->getBlocks(n).size() > 100
    [all...]
SpillPlacement.h 18 // edge bundles should have the variable in a register and which edge bundles
44 const EdgeBundles *bundles; member in class:llvm::SpillPlacement
91 /// @param RegBundles Bit vector to receive the edge bundles where the
116 /// scanActiveBundles - Perform an initial scan of all bundles activated by
117 /// addConstraints and addLinks, updating their state. Add all the bundles
123 /// iterate - Update the network iteratively until convergence, or new bundles
127 /// getRecentPositive - Return an array of bundles that became positive during
135 /// The selected bundles are returned in the bitvector passed to prepare().
137 /// in a register through all relevant bundles
    [all...]
  /external/icu4c/extra/uconv/
resfiles.mk 2 # A small makefile containing the list of resource bundles
makedata.mak 99 # Inference rule for creating resource bundles
  /external/icu4c/test/testdata/
tstfiles.mk 4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
testdata.mak 76 # Inference rule for creating resource bundles
77 # Some test data resource bundles are known to have warnings and bad data.
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/
ClearSilverCompatibleFunctions.java 17 package com.google.clearsilver.jsilver.functions.bundles;
CoreOperators.java 17 package com.google.clearsilver.jsilver.functions.bundles;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilver.java 30 import com.google.clearsilver.jsilver.functions.bundles.ClearSilverCompatibleFunctions;
31 import com.google.clearsilver.jsilver.functions.bundles.CoreOperators;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 366 milliseconds

1 2