OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineSSAUpdater
(Results
1 - 7
of
7
) 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.
30
///
MachineSSAUpdater
- This class updates SSA form for a set of virtual
34
class
MachineSSAUpdater
{
35
friend class SSAUpdaterTraits<
MachineSSAUpdater
>;
49
/// InsertedPHIs - If this is non-null, the
MachineSSAUpdater
adds all PHI
56
///
MachineSSAUpdater
constructor. If InsertedPHIs is specified, it will be
58
explicit
MachineSSAUpdater
(MachineFunction &MF,
60
~
MachineSSAUpdater
();
70
/// HasValueForBlock - Return true if the
MachineSSAUpdater
already has
[
all
...]
/external/swiftshader/third_party/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/swiftshader/third_party/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
...]
TailDuplication.cpp
22
#include "llvm/CodeGen/
MachineSSAUpdater
.h"
202
MachineSSAUpdater
SSAUpdate(MF, &NewPHIs);
[
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"
38
MachineSSAUpdater
::
MachineSSAUpdater
(MachineFunction &MF,
45
MachineSSAUpdater
::~
MachineSSAUpdater
() {
51
void
MachineSSAUpdater
::Initialize(unsigned V) {
61
/// HasValueForBlock - Return true if the
MachineSSAUpdater
already has a value for
63
bool
MachineSSAUpdater
::HasValueForBlock(MachineBasicBlock *BB) const
[
all
...]
TailDuplicator.cpp
136
MachineSSAUpdater
SSAUpdate(MF, &NewPHIs);
[
all
...]
/external/swiftshader/third_party/LLVM/
Android.mk
110
lib/CodeGen/
MachineSSAUpdater
.cpp \
Completed in 140 milliseconds