HomeSort by relevance Sort by last modified time
    Searched refs:AllocaInfo (Results 1 - 4 of 4) 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-7.0/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 110 struct AllocaInfo {
131 /// Scan the uses of the specified alloca, filling in the AllocaInfo used
302 void ComputeLiveInBlocks(AllocaInst *AI, AllocaInfo &Info,
358 static bool rewriteSingleStoreAlloca(AllocaInst *AI, AllocaInfo &Info,
460 static bool promoteSingleBlockAlloca(AllocaInst *AI, const AllocaInfo &Info,
556 AllocaInfo Info;
793 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 151 milliseconds