Searched defs:MachineSSAUpdater (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h1 //===-- MachineSSAUpdater.h - Unstructured SSA Update Tool ------*- C++ -*-===//
10 // This file declares the MachineSSAUpdater class.
31 /// MachineSSAUpdater - This class updates SSA form for a set of virtual
35 class MachineSSAUpdater { class in namespace:llvm
36 friend class SSAUpdaterTraits<MachineSSAUpdater>;
50 /// InsertedPHIs - If this is non-null, the MachineSSAUpdater adds all PHI
57 /// MachineSSAUpdater constructor. If InsertedPHIs is specified, it will be
59 explicit MachineSSAUpdater(MachineFunction &MF,
61 ~MachineSSAUpdater();
71 /// HasValueForBlock - Return true if the MachineSSAUpdater alread
[all...]
/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp1 //===- MachineSSAUpdater.cpp - Unstructured SSA Update Tool ---------------===//
10 // This file implements the MachineSSAUpdater class. It's based on SSAUpdater
15 #include "llvm/CodeGen/MachineSSAUpdater.h"
39 MachineSSAUpdater::MachineSSAUpdater(MachineFunction &MF, function in class:MachineSSAUpdater
46 MachineSSAUpdater::~MachineSSAUpdater() {
52 void MachineSSAUpdater::Initialize(unsigned V) {
62 /// HasValueForBlock - Return true if the MachineSSAUpdater already has a value for
64 bool MachineSSAUpdater
[all...]

Completed in 429 milliseconds