HomeSort by relevance Sort by last modified time
    Searched defs:StaticAllocaMap (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FunctionLoweringInfo.h 79 /// StaticAllocaMap - Keep track of frame indices for fixed sized allocas in
82 DenseMap<const AllocaInst*, int> StaticAllocaMap;
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 145 /// StaticAllocaMap - Keep track of frame indices for fixed sized allocas in
148 DenseMap<const AllocaInst*, int> StaticAllocaMap;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 166 /// StaticAllocaMap - Keep track of frame indices for fixed sized allocas in
169 DenseMap<const AllocaInst*, int> StaticAllocaMap;

Completed in 56 milliseconds