Searched defs:isInstInList (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp681 virtual bool isInstInList(Instruction *I, function in class:__anon22585::LoopPromoter
H A DScalarReplAggregates.cpp1056 // Remember which alloca we're promoting (for isInstInList).
1081 virtual bool isInstInList(Instruction *I, function in class:__anon22629::AllocaPromoter
H A DSROA.cpp763 virtual bool isInstInList(Instruction *I, function in class:__anon22620::AllocaPromoter
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp410 if (!isInstInList(L, Insts)) continue;
426 if (!isInstInList(SI, Insts)) continue;
488 LoadAndStorePromoter::isInstInList(Instruction *I, function in class:LoadAndStorePromoter

Completed in 271 milliseconds