/external/llvm/lib/Transforms/Scalar/ |
StructurizeCFG.cpp | 80 unsigned Numbering = 0; 82 IndexMap[Node] = ++Numbering; 97 unsigned Numbering = IndexMap[Node]; 98 if (Numbering > ResultIndex) { 100 ResultIndex = Numbering; 102 } else if (Numbering == ResultIndex) {
|
GVN.cpp | 10 // This pass performs global value numbering to eliminate fully redundant 13 // Note that this pass does the value numbering itself; it does not use the 495 /// Remove a value from the value numbering. 505 assert(I->first != V && "Inst still occurs in value numbering map!"); 748 INITIALIZE_PASS_BEGIN(GVN, "gvn", "Global Value Numbering", false, false) 755 INITIALIZE_PASS_END(GVN, "gvn", "Global Value Numbering", false, false) [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
smpdtfmt.h | [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemNumber.java | 340 * When numbering with an alphabetic sequence, the lang attribute 348 * When numbering with an alphabetic sequence, the lang attribute 352 * Implementers should document for which languages they support numbering. 364 * When numbering with an alphabetic sequence, the lang attribute 368 * Implementers should document for which languages they support numbering. 379 * The letter-value attribute disambiguates between numbering 387 * The letter-value attribute disambiguates between numbering sequences 400 * The letter-value attribute disambiguates between numbering sequences 414 * numbering sequences. 423 * numbering sequences 1757 String numbering = thisBundle.getString(org.apache.xml.utils.res.XResourceBundle.LANG_NUMBERING); local [all...] |
/external/gptfdisk/ |
bsd.cc | 69 int relative = 0; // assume absolute partition sector numbering 152 // Check for signs of relative sector numbering: A "0" first sector 162 // start, others use absolute sector numbers. If relative numbering was
|
/external/autotest/client/site_tests/security_NetworkListeners/ |
security_NetworkListeners.py | 14 # column numbering for finding things in lsof output. For example:
|
/external/ceres-solver/internal/ceres/ |
parameter_block_ordering_test.cc | 64 // the below tests depend on the specific numbering of the
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/ |
sermsdos.py | 68 port: number of device; numbering starts at
|
/external/eigen/Eigen/src/PaStiXSupport/ |
PaStiXSupport.h | 87 // Convert the matrix to Fortran-style Numbering 101 // Convert to C-style Numbering 105 // Check the Numbering 107 { // Convert to C-style numbering
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
SimpleDateFormat.java | 255 // * @param override The override string. A numbering system override string can take one of the following forms: 256 // * 1). If just a numbering system name is specified, it applies to all numeric fields in the date format pattern. 257 // * 2). To specify an alternate numbering system on a field by field basis, use the field letters from the pattern 258 // * followed by an = sign, followed by the numbering system name. For example, to specify that just the year
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DIEHash.h | 155 DenseMap<const DIE *, unsigned> Numbering;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCAsmInfo.cpp | 25 // Note: This numbering has to match the GCC assembler dialects for inline
|
/external/llvm/test/Feature/ |
optnone-opt.ll | 54 ; OPT-O2O3-DAG: Skipping pass 'Global Value Numbering'
|
/external/llvm/utils/TableGen/ |
CodeGenIntrinsics.h | 37 /// numbering of the types starts at 0 with the first return value and
|
/external/mesa3d/docs/ |
relnotes-6.5.3.html | 32 <h2>Shared library numbering</h2>
|
/external/selinux/policycoreutils/sandbox/ |
sandbox.8 | 88 Use control groups to control this copy of sandbox. Specify parameters in /etc/sysconfig/sandbox. Max memory usage and cpu usage are to be specified in percent. You can specify which CPUs to use by numbering them 0,1,2... etc.
|
/external/v8/src/compiler/ |
value-numbering-reducer.cc | 5 #include "src/compiler/value-numbering-reducer.h"
|
/external/v8/test/cctest/compiler/ |
function-tester.h | 8 #include "src/ast/ast-numbering.h"
|
/hardware/bsp/intel/peripheral/libmraa/ |
README.md | 6 API where port names/numbering matches the board that you are on. Use of
|
/libcore/ojluni/src/main/java/java/text/ |
CalendarBuilder.java | 36 * {@code DAY_OF_WEEK} in the ISO day of week numbering.
|
/libcore/ojluni/src/main/java/sun/util/calendar/ |
Era.java | 33 * period of time in which the same year numbering is used. For
|
/prebuilts/go/darwin-x86/misc/nacl/ |
README | 23 the latest version of the runtime. The version tracks the Chrome numbering
|
/prebuilts/go/linux-x86/misc/nacl/ |
README | 23 the latest version of the runtime. The version tracks the Chrome numbering
|
/toolchain/binutils/binutils-2.25/include/ |
floatformat.h | 29 (i.e. BITS_BIG_ENDIAN type numbering), and specify which bits each field
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/ |
graphics_PiglitBVT_4.sh | 40 run_test "shaders/glsl-fs-sampler-numbering" 0.0 "bin/glsl-fs-sampler-numbering -fbo -auto" 41 run_test "shaders/glsl-fs-sampler-numbering-2" 0.0 "bin/shader_runner tests/shaders/glsl-fs-sampler-numbering-2.shader_test -auto" 42 run_test "shaders/glsl-fs-sampler-numbering-3" 0.0 "bin/shader_runner tests/shaders/glsl-fs-sampler-numbering-3.shader_test -auto"
|