Home
last modified time | relevance | path

Searched refs:StoresByIndexTy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp471 using StoresByIndexTy = SmallVector<std::pair<unsigned, StoreInst *>, 64>; in promoteSingleBlockAlloca() typedef
472 StoresByIndexTy StoresByIndex; in promoteSingleBlockAlloca()
492 StoresByIndexTy::iterator I = in promoteSingleBlockAlloca()
/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp445 typedef SmallVector<std::pair<unsigned, StoreInst *>, 64> StoresByIndexTy; in promoteSingleBlockAlloca() typedef
446 StoresByIndexTy StoresByIndex; in promoteSingleBlockAlloca()
466 StoresByIndexTy::iterator I = in promoteSingleBlockAlloca()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp930 typedef SmallVector<std::pair<unsigned, StoreInst*>, 64> StoresByIndexTy; in PromoteSingleBlockAlloca() typedef
931 StoresByIndexTy StoresByIndex; in PromoteSingleBlockAlloca()
964 StoresByIndexTy::iterator I = in PromoteSingleBlockAlloca()