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

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

Completed in 251 milliseconds