/external/llvm/include/llvm/CodeGen/ |
LiveRangeEdit.h | 89 /// a load, eliminate the register by folding the def into the use.
|
/external/llvm/lib/CodeGen/ |
StrongPHIElimination.cpp | 1 //===- StrongPHIElimination.cpp - Eliminate PHI nodes by inserting copies -===// 198 "Eliminate PHI nodes for register allocation, intelligently", false, false) 203 "Eliminate PHI nodes for register allocation, intelligently", false, false) 552 // block, as some virtual registers have redefinitions. We could eliminate
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeRegisterInfo.cpp | 86 // This function eliminate ADJCALLSTACKDOWN/ADJCALLSTACKUP pseudo instructions
|
/external/llvm/lib/VMCore/ |
AutoUpgrade.cpp | 32 // Quickly eliminate it, if it's not a candidate.
|
/external/llvm/test/Transforms/IndVarSimplify/ |
ashr-tripcount.ll | 4 ; Indvars should be able to eliminate all of the sign extensions
|
/external/llvm/test/Transforms/MemCpyOpt/ |
memcpy.ll | 23 ;; FIXME: PR 8643 We should be able to eliminate the last memcpy here.
|
/external/mdnsresponder/mDNSPosix/ |
PosixDaemon.c | 27 // deprecated on Mac OS X 10.5, so we use this preprocessor trick to eliminate the error message.
|
/external/mesa3d/src/glsl/ |
opt_structure_splitting.cpp | 169 * dead-code eliminate them, so just accept the body here.
|
/external/openssh/ |
install-sh | 213 # don't allow the sed command to completely eliminate the filename
|
/external/protobuf/gtest/test/ |
gtest_xml_test_utils.py | 147 Normalizes Google Test's XML output to eliminate references to transient
|
/external/qemu/distrib/jpeg-6b/ |
install-sh | 212 # don't allow the sed command to completely eliminate the filename
|
/external/qemu-pc-bios/bochs/ |
install-sh | 213 # don't allow the sed command to completely eliminate the filename
|
/external/srtp/ |
install-sh | 213 # don't allow the sed command to completely eliminate the filename
|
/external/tcpdump/ |
install-sh | 212 # don't allow the sed command to completely eliminate the filename
|
makemib | 42 # eliminate use of gsub and functions to use classic "awk"), you have to
|
/external/v8/src/ |
rewriter.cc | 66 // To avoid storing to .result all the time, we eliminate some of
|
/frameworks/base/docs/html/training/improving-layouts/ |
reusing-layouts.jd | 116 <p>The {@code <merge />} tag helps eliminate redundant view groups in your view hierarchy
|
/hardware/ti/omap3/dspbridge/inc/ |
gt.h | 34 *! to eliminate preprocessor confusion with other macros.
|
/packages/apps/Contacts/tests/src/com/android/contacts/voicemail/ |
VoicemailStatusHelperImplTest.java | 253 // Restrict the cursor to only the the test packages to eliminate any side effects if there
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | 68 // We can eliminate atomic stores, but not volatile. 167 // If the address spaces don't match, don't eliminate the cast. 651 // In order to eliminate the store in OtherBr, we have to
|
InstCombineShifts.cpp | 59 /// expression tree. This is used to eliminate extraneous shifting from things 322 " to eliminate shift:\n IN: " << *Op0 << "\n SH: " << I <<"\n"); 333 // shl i32 X, 32 = 0 and srl i8 Y, 9 = 0, ... just don't eliminate [all...] |
/external/protobuf/python/google/protobuf/ |
descriptor.py | 327 # TODO(robinson): Find a way to eliminate this repetition. 351 # TODO(robinson): Find a way to eliminate this repetition. 367 # TODO(robinson): Find a way to eliminate this repetition.
|
/external/llvm/lib/Transforms/Scalar/ |
CodeGenPrepare.cpp | 145 // First pass, eliminate blocks that contain only PHI nodes and an 196 /// EliminateMostlyEmptyBlocks - eliminate blocks that contain only PHI nodes, 245 // We only want to eliminate blocks whose phi nodes are used by phi nodes in 310 /// EliminateMostlyEmptyBlock - Eliminate a basic block that have only phi's and 647 // It's not safe to eliminate the sign / zero extension of the return value. [all...] |
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 122 // dest. If so, eliminate it as an explicit compare. 430 /// predecessor is known to have one successor (DestBB!). Eliminate the edge 543 /// eliminate BB by rewriting all the predecessors to branch to the successor 549 // We can't eliminate infinite loops. 641 /// EliminateDuplicatePHINodes - Check for and eliminate duplicate PHI [all...] |
/docs/source.android.com/src/source/ |
code-style.md | 514 where it is impossible to eliminate a warning. If a warning passes this 515 "impossible to eliminate" test, the @SuppressWarnings annotation *must* be 520 a TODO comment that explains the "impossible to eliminate" condition. This
|