OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NewPHIs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LICM.cpp
488
SmallVector<PHINode*, 8>
NewPHIs
;
489
SSAUpdater SSA(&
NewPHIs
);
546
// Update CurAST for
NewPHIs
if I had pointer type.
548
for (unsigned i = 0, e =
NewPHIs
.size(); i != e; ++i)
549
CurAST->copyValue(&I,
NewPHIs
[i]);
767
SmallVector<PHINode*, 16>
NewPHIs
;
768
SSAUpdater SSA(&
NewPHIs
);
/external/llvm/lib/CodeGen/
TailDuplication.cpp
200
SmallVector<MachineInstr*, 8>
NewPHIs
;
201
MachineSSAUpdater SSAUpdate(MF, &
NewPHIs
);
281
if (
NewPHIs
.size())
282
NumAddedPHIs +=
NewPHIs
.size();
[
all
...]
Completed in 450 milliseconds