OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSAUpdater
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h
1
//===-
SSAUpdater
.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
9
// This file declares the
SSAUpdater
class.
38
class
SSAUpdater
{
39
friend class SSAUpdaterTraits<
SSAUpdater
>;
52
/// If this is non-null, the
SSAUpdater
adds all PHI nodes that it creates to
59
explicit
SSAUpdater
(SmallVectorImpl<PHINode *> *InsertedPHIs = nullptr);
60
SSAUpdater
(const
SSAUpdater
&) = delete;
61
SSAUpdater
&operator=(const
SSAUpdater
&) = delete
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SSAUpdater.cpp
1
//===-
SSAUpdater
.cpp - Unstructured SSA Update Tool ----------------------===//
9
// This file implements the
SSAUpdater
class.
13
#include "llvm/Transforms/Utils/
SSAUpdater
.h"
38
#define DEBUG_TYPE "
ssaupdater
"
46
SSAUpdater
::
SSAUpdater
(SmallVectorImpl<PHINode *> *NewPHI)
49
SSAUpdater
::~
SSAUpdater
() {
53
void
SSAUpdater
::Initialize(Type *Ty, StringRef Name) {
62
bool
SSAUpdater
::HasValueForBlock(BasicBlock *BB) const
[
all
...]
Completed in 18 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026