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
161
) sorted by null
1
2
3
4
5
6
7
/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/chromium_org/v8/src/
hydrogen.cc
310
// instructions have been added to the block (they have
phis
for all
311
// values in the environment, these
phis
may be eliminated later).
315
ASSERT(
phis
()->length() == incoming_env->length());
569
// Check that
phis
have correct arguments.
570
for (int j = 0; j < block->
phis
()->length(); j++) {
571
HPhi* phi = block->
phis
()->at(j);
[
all
...]
/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/chromium_org/v8/src/mips/
lithium-mips.cc
800
ASSERT(block->
phis
()->length() == 0);
817
// We are at a state join => process
phis
.
821
for (int i = 0; i < block->
phis
()->length(); ++i) {
822
HPhi* phi = block->
phis
()->at(i);
[
all
...]
/external/chromium_org/v8/src/x64/
lithium-x64.cc
794
ASSERT(block->
phis
()->length() == 0);
811
// We are at a state join => process
phis
.
815
for (int i = 0; i < block->
phis
()->length(); ++i) {
816
HPhi* phi = block->
phis
()->at(i);
[
all
...]
/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/lib/Transforms/Scalar/
SimplifyCFGPass.cpp
265
// agree is trivial. Note that they can't agree if there are
phis
in the
/external/llvm/test/Transforms/Inline/
inline_invoke.ll
115
;; Test 1 - Correctly handle
phis
in outer landing pads.
Completed in 1320 milliseconds
1
2
3
4
5
6
7