OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocainfo
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp
125
struct
AllocaInfo
;
276
AllocaInfo
&Info);
277
void ComputeLiveInBlocks(AllocaInst *AI,
AllocaInfo
&Info,
281
void RewriteSingleStoreAlloca(AllocaInst *AI,
AllocaInfo
&Info,
283
void PromoteSingleBlockAlloca(AllocaInst *AI,
AllocaInfo
&Info,
292
struct
AllocaInfo
{
391
AllocaInfo
Info;
672
ComputeLiveInBlocks(AllocaInst *AI,
AllocaInfo
&Info,
744
AllocaInfo
&Info) {
832
AllocaInfo
&Info
[
all
...]
/external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp
96
struct
AllocaInfo
{
117
/// Scan the uses of the specified alloca, filling in the
AllocaInfo
used
293
void ComputeLiveInBlocks(AllocaInst *AI,
AllocaInfo
&Info,
336
static bool rewriteSingleStoreAlloca(AllocaInst *AI,
AllocaInfo
&Info,
436
static bool promoteSingleBlockAlloca(AllocaInst *AI, const
AllocaInfo
&Info,
524
AllocaInfo
Info;
776
AllocaInst *AI,
AllocaInfo
&Info,
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
83
///
AllocaInfo
- When analyzing uses of an alloca instruction, this captures
86
struct
AllocaInfo
{
113
explicit
AllocaInfo
(AllocaInst *ai)
120
void MarkUnsafe(
AllocaInfo
&I, Instruction *User) {
127
void isSafeForScalarRepl(Instruction *I, uint64_t Offset,
AllocaInfo
&Info);
129
AllocaInfo
&Info);
130
void isSafeGEP(GetElementPtrInst *GEPI, uint64_t &Offset,
AllocaInfo
&Info);
132
Type *MemOpType, bool isStore,
AllocaInfo
&Info,
[
all
...]
Completed in 466 milliseconds