OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SROA
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Scalar/
Android.mk
29
SROA
.cpp \
60
# on x86 target builds for
SROA
.cpp.
ScalarReplAggregates.cpp
16
// This combines a simple
SRoA
algorithm with the Mem2Reg algorithm because they
18
//
SRoA
, then Mem2Reg until we run out of things to promote works well.
61
struct
SROA
: public FunctionPass {
62
SROA
(int T, bool hasDT, char &ID, int ST, int AT, int SLT)
107
/// isUnsafe - This is set to true if the alloca cannot be
SROA
'd.
131
/// SRThreshold - The maximum alloca size to considered for
SROA
.
135
/// contain to be considered for
SROA
.
139
/// have to be considered for
SROA
.
187
// SROA_DT -
SROA
that uses DominatorTree.
188
struct SROA_DT : public
SROA
{
[
all
...]
SROA.cpp
1
//===-
SROA
.cpp - Scalar Replacement Of Aggregates ------------------------===//
26
#define DEBUG_TYPE "
sroa
"
516
// Disable
SRoA
for any intrinsics except for lifetime invariants.
650
/// \brief Disable
SROA
entirely if there are unhandled users of the alloca.
826
class
SROA
: public FunctionPass {
[
all
...]
Completed in 1256 milliseconds