Home
last modified time | relevance | path

Searched refs:InsertedPHIs (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h50 SmallVectorImpl<MachineInstr*> *InsertedPHIs; variable
58 SmallVectorImpl<MachineInstr*> *InsertedPHIs = 0);
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h51 SmallVectorImpl<PHINode*> *InsertedPHIs; variable
56 explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = 0);
DSSAUpdaterImpl.h62 SmallVectorImpl<PhiT*> *InsertedPHIs; variable
72 Updater(U), AvailableVals(A), InsertedPHIs(Ins) { } in SSAUpdaterImpl()
370 if (InsertedPHIs) InsertedPHIs->push_back(PHI); in FindAvailableVals()
/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp39 : AV(0), InsertedPHIs(NewPHI) { in MachineSSAUpdater()
202 if (InsertedPHIs) InsertedPHIs->push_back(InsertedPHI); in GetValueInMiddleOfBlock()
364 SSAUpdaterImpl<MachineSSAUpdater> Impl(this, &AvailableVals, InsertedPHIs); in GetValueAtEndOfBlockInternal()
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp39 : AV(0), ProtoType(0), ProtoName(), InsertedPHIs(NewPHI) {} in SSAUpdater()
200 if (InsertedPHIs) InsertedPHIs->push_back(InsertedPHI); in GetValueInMiddleOfBlock()
354 SSAUpdaterImpl<SSAUpdater> Impl(this, &AvailableVals, InsertedPHIs); in GetValueAtEndOfBlockInternal()