OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InsertedPHIs
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h
50
///
InsertedPHIs
- If this is non-null, the MachineSSAUpdater adds all PHI
52
SmallVectorImpl<MachineInstr*> *
InsertedPHIs
;
57
/// MachineSSAUpdater constructor. If
InsertedPHIs
is specified, it will be
60
SmallVectorImpl<MachineInstr*> *
InsertedPHIs
= 0);
/external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h
54
SmallVectorImpl<PHINode*> *
InsertedPHIs
;
57
/// If
InsertedPHIs
is specified, it will be filled
59
explicit SSAUpdater(SmallVectorImpl<PHINode*> *
InsertedPHIs
= 0);
SSAUpdaterImpl.h
62
SmallVectorImpl<PhiT*> *
InsertedPHIs
;
72
Updater(U), AvailableVals(A),
InsertedPHIs
(Ins) { }
370
if (
InsertedPHIs
)
InsertedPHIs
->push_back(PHI);
Completed in 56 milliseconds