HomeSort by relevance Sort by last modified time
    Searched defs:MachineSSAUpdater (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 1 //===-- 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 {
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 already has
    [all...]
  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 1 //===- 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,
46 MachineSSAUpdater::~MachineSSAUpdater() {
52 void MachineSSAUpdater::Initialize(unsigned V) {
62 /// HasValueForBlock - Return true if the MachineSSAUpdater already has a value for
64 bool MachineSSAUpdater::HasValueForBlock(MachineBasicBlock *BB) const
    [all...]

Completed in 63 milliseconds