OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eliminated
(Results
151 - 175
of
1113
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
LCSSA.h
24
// be trivially
eliminated
by InstCombine. The major benefit of this
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
LCSSA.h
24
// be trivially
eliminated
by InstCombine. The major benefit of this
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
LCSSA.h
24
// be trivially
eliminated
by InstCombine. The major benefit of this
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LCSSA.h
24
// be trivially
eliminated
by InstCombine. The major benefit of this
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
LCSSA.h
24
// be trivially
eliminated
by InstCombine. The major benefit of this
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
LCSSA.h
24
// be trivially
eliminated
by InstCombine. The major benefit of this
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
LCSSA.h
24
// be trivially
eliminated
by InstCombine. The major benefit of this
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
LCSSA.h
24
// be trivially
eliminated
by InstCombine. The major benefit of this
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
LCSSA.h
24
// be trivially
eliminated
by InstCombine. The major benefit of this
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
LCSSA.h
24
// be trivially
eliminated
by InstCombine. The major benefit of this
/external/llvm/test/Analysis/BasicAA/
pr18573.ll
3
; Check that llvm.x86.avx2.gather.d.ps.256 intrinsic is not
eliminated
as gather and store memory accesses are based on arr.ptr
29
; Check that second gather is
eliminated
as gather and store memory accesses are based on different no-aliasing pointers
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
deadstore.go
32
// Ignore phis - they will always be first and can't be
eliminated
167
//
eliminated
yet.
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadstore.go
32
// Ignore phis - they will always be first and can't be
eliminated
167
//
eliminated
yet.
/external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp
35
STATISTIC(NumElimIdentity, "Number of IV identities
eliminated
");
37
STATISTIC(NumElimRem , "Number of IV remainder operations
eliminated
");
38
STATISTIC(NumElimCmp , "Number of IV comparisons
eliminated
");
135
DEBUG(dbgs() << "INDVARS:
Eliminated
IV operand: " << *IVOperand
177
DEBUG(dbgs() << "INDVARS:
Eliminated
comparison: " << *ICmp << '\n');
181
DEBUG(dbgs() << "INDVARS:
Eliminated
comparison: " << *ICmp << '\n');
480
DEBUG(dbgs() << "INDVARS:
Eliminated
identity: " << *UseInst << '\n');
/external/llvm/test/Transforms/SimplifyCFG/
empty-cleanuppad.ll
16
; In this case, both cleanup pads can be
eliminated
and the invoke can be
55
; In this case, the outermost cleanup pad can be
eliminated
and the catch block
118
; In this case the inner cleanup pad should be
eliminated
and the invoke of g()
179
; In this case, the cleanuppad should be
eliminated
, the invoke outside of the
187
; but it will be
eliminated
, placing the following invoke in the entry BB.
238
; In this case, the cleanup pad should be
eliminated
and the PHI node in the
295
; In this case, the cleanup pad should be
eliminated
and the PHI node in the
/external/mesa3d/src/gallium/drivers/r600/sb/
sb_if_conversion.cpp
146
// are
eliminated
. According to the docs, cost of CF instruction is
148
// so we have
eliminated
cost equal to ~120 groups in total.
150
// This means that potential
eliminated
cost is about 360 single alu inst.
/art/compiler/optimizing/
escape.cc
54
// for the uncommon cases. Similarly, null checks are eventually
eliminated
for explicit
/art/test/030-bad-finalizer/src/
Main.java
68
bf = null; // Not that this would make a difference, could be
eliminated
earlier.
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
Facp.aslc
32
RESERVED, // System Interrupt Model in ACPI 1.0,
eliminated
in 2.0
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
qrsolv.h
40
/* prepare the row of d to be
eliminated
, locating the */
/external/llvm/test/CodeGen/X86/
fnabs.ll
5
; If the FABS() result isn't used, the AND instruction should be
eliminated
.
/external/llvm/test/Transforms/IndVarSimplify/
variable-stride-ivs-0.ll
5
; cycles, allowing the tmp.21 subtraction to be
eliminated
.
/external/llvm/test/Transforms/InstCombine/
apint-and2.ll
1
; This test makes sure that and instructions are properly
eliminated
.
/external/llvm/test/Transforms/LoopDeletion/
multiple-exits.ll
3
; Checks whether dead loops with multiple exits can be
eliminated
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXRegisterInfo.cpp
45
llvm_unreachable("FrameIndex should have been previously
eliminated
!");
Completed in 1221 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>