OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phis
(Results
76 - 100
of
164
) sorted by null
1
2
3
4
5
6
7
/external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp
29
STATISTIC(NumPhis, "Number of
phis
propagated");
LoopDeletion.cpp
190
// Rewrite
phis
in the exit block to get their inputs from
SimplifyCFGPass.cpp
265
// agree is trivial. Note that they can't agree if there are
phis
in the
/external/llvm/lib/Transforms/Utils/
LCSSA.cpp
259
// Rewrite all uses outside the loop in terms of the new
PHIs
we just
Local.cpp
455
// them down. This will leave us with single entry phi nodes and other
phis
820
// specially. Theoretically, two
phis
which are identical except for
823
// Map from PHI hash values to PHI nodes. If multiple
PHIs
have
[
all
...]
IntegerDivision.cpp
300
// Populate the
Phis
, since all values have now been created. Our
Phis
were:
SSAUpdater.cpp
310
/// placement of
PHIs
and then inserting new
PHIs
where needed.
InlineFunction.cpp
118
// Create corresponding new
PHIs
for all the
PHIs
in the outer landing pad.
152
// Update the
PHIs
in the destination. They were inserted in an order which
[
all
...]
SimplifyIndVar.cpp
331
// do for loop header
phis
that use each other.
/dalvik/dx/src/com/android/dx/ssa/
SCCP.java
54
/** Worklist of executed basic blocks with
phis
to be processed */
213
* Simulate the
phis
in a block and note the results in the lattice.
SsaRenamer.java
363
*
phis
in successor blocks.
625
* on the current mapping of the rop register the
phis
represent.
/external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java
55
/** Worklist of executed basic blocks with
phis
to be processed */
214
* Simulate the
phis
in a block and note the results in the lattice.
SsaRenamer.java
364
*
phis
in successor blocks.
626
* on the current mapping of the rop register the
phis
represent.
/external/llvm/lib/Analysis/
MemoryBuiltins.cpp
735
// create 2
PHIs
: one for size and another for offset
739
// insert right away in the cache to handle recursive
PHIs
ValueTracking.cpp
[
all
...]
SparsePropagation.cpp
277
//
PHIs
are handled by the propagation logic, they are never passed into the
/external/llvm/test/Transforms/SROA/
phi-and-select.ll
328
; Ensure we don't crash or fail to nuke dead
phis
of allocas if no load is ever
350
; Check for problems when there are both selects and
phis
and one is
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
/external/chromium/crypto/
hmac_unittest.cc
47
"-930\nu:s.ytimg.com/safebrowsing/rd/goog-malware-shavar_a_919-924\ni:goog-
phis
"
/external/chromium_org/crypto/
hmac_unittest.cc
69
"-930\nu:s.ytimg.com/safebrowsing/rd/goog-malware-shavar_a_919-924\ni:goog-
phis
"
/external/llvm/include/llvm/IR/
BasicBlock.h
152
/// In particular, it skips all
PHIs
and LandingPad instructions.
/external/llvm/lib/CodeGen/
GCStrategy.cpp
232
// -
phis
(Loops)
LiveRangeCalc.cpp
157
// When there were multiple different values, we may need new
PHIs
.
/external/llvm/test/Transforms/Inline/
inline_invoke.ll
115
;; Test 1 - Correctly handle
phis
in outer landing pads.
/external/llvm/test/Transforms/JumpThreading/
phi-eq.ll
5
; returning true if the value part of the operands of two
phis
were identical,
Completed in 1183 milliseconds
1
2
3
4
5
6
7