HomeSort by relevance Sort by last modified time
    Searched refs:MachineSSAUpdater (Results 1 - 4 of 4) 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.
29 /// MachineSSAUpdater - This class updates SSA form for a set of virtual
33 class MachineSSAUpdater {
34 friend class SSAUpdaterTraits<MachineSSAUpdater>;
48 /// InsertedPHIs - If this is non-null, the MachineSSAUpdater adds all PHI
55 /// MachineSSAUpdater constructor. If InsertedPHIs is specified, it will be
57 explicit MachineSSAUpdater(MachineFunction &MF,
59 ~MachineSSAUpdater();
69 /// 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"
37 MachineSSAUpdater::MachineSSAUpdater(MachineFunction &MF,
44 MachineSSAUpdater::~MachineSSAUpdater() {
50 void MachineSSAUpdater::Initialize(unsigned V) {
60 /// HasValueForBlock - Return true if the MachineSSAUpdater already has a value for
62 bool MachineSSAUpdater::HasValueForBlock(MachineBasicBlock *BB) const
    [all...]
Android.mk 59 MachineSSAUpdater.cpp \
TailDuplication.cpp 22 #include "llvm/CodeGen/MachineSSAUpdater.h"
203 MachineSSAUpdater SSAUpdate(MF, &NewPHIs);
    [all...]

Completed in 100 milliseconds