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

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 141 virtual bool isInstInList(Instruction *I,
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 445 if (!isInstInList(L, Insts)) continue;
461 if (!isInstInList(SI, Insts)) continue;
523 LoadAndStorePromoter::isInstInList(Instruction *I,
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 642 virtual bool isInstInList(Instruction *I,
ScalarReplAggregates.cpp     [all...]

Completed in 162 milliseconds