HomeSort by: relevance | last modified time | path
    Searched defs:LoadAndStorePromoter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 136 class LoadAndStorePromoter {
141 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
143 virtual ~LoadAndStorePromoter() = default;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 318 // LoadAndStorePromoter Implementation
321 LoadAndStorePromoter::
322 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
337 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) {
476 LoadAndStorePromoter::isInstInList(Instruction *I,

Completed in 17 milliseconds