HomeSort by relevance Sort by last modified time
    Searched refs:AllocaInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 127 struct AllocaInfo;
278 AllocaInfo &Info);
279 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
283 void RewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info,
285 void PromoteSingleBlockAlloca(AllocaInst *AI, AllocaInfo &Info,
294 struct AllocaInfo {
393 AllocaInfo Info;
675 ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
747 AllocaInfo &Info) {
835 AllocaInfo &Info
    [all...]
  /external/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 562 milliseconds