Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h52 SmallVectorImpl<MachineInstr*> *InsertedPHIs; variable
60 SmallVectorImpl<MachineInstr*> *InsertedPHIs = nullptr);
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h55 SmallVectorImpl<PHINode*> *InsertedPHIs; variable
60 explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = nullptr);
DSSAUpdaterImpl.h64 SmallVectorImpl<PhiT*> *InsertedPHIs; variable
74 Updater(U), AvailableVals(A), InsertedPHIs(Ins) { } in SSAUpdaterImpl()
372 if (InsertedPHIs) InsertedPHIs->push_back(PHI); in FindAvailableVals()
/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp41 : AV(nullptr), InsertedPHIs(NewPHI) { in MachineSSAUpdater()
203 if (InsertedPHIs) InsertedPHIs->push_back(InsertedPHI); in GetValueInMiddleOfBlock()
354 SSAUpdaterImpl<MachineSSAUpdater> Impl(this, &AvailableVals, InsertedPHIs); in GetValueAtEndOfBlockInternal()
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp39 : AV(nullptr), ProtoType(nullptr), ProtoName(), InsertedPHIs(NewPHI) {} in SSAUpdater()
172 if (InsertedPHIs) InsertedPHIs->push_back(InsertedPHI); in GetValueInMiddleOfBlock()
316 SSAUpdaterImpl<SSAUpdater> Impl(this, &AvailableVals, InsertedPHIs); in GetValueAtEndOfBlockInternal()