Searched refs:isInstInList (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h153 virtual bool isInstInList(Instruction *I,
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp409 if (!isInstInList(L, Insts)) continue;
425 if (!isInstInList(SI, Insts)) continue;
487 LoadAndStorePromoter::isInstInList(Instruction *I, function in class:LoadAndStorePromoter
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp722 bool isInstInList(Instruction *I,
H A DScalarReplAggregates.cpp1064 // Remember which alloca we're promoting (for isInstInList).
1088 bool isInstInList(Instruction *I,
H A DSROA.cpp837 bool isInstInList(Instruction *I,

Completed in 1474 milliseconds