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

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp677 virtual bool isInstInList(Instruction *I, function in class:__anon9097::LoopPromoter
H A DScalarReplAggregates.cpp1056 // Remember which alloca we're promoting (for isInstInList).
1081 virtual bool isInstInList(Instruction *I, function in class:__anon9144::AllocaPromoter
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp448 if (!isInstInList(L, Insts)) continue;
464 if (!isInstInList(SI, Insts)) continue;
526 LoadAndStorePromoter::isInstInList(Instruction *I, function in class:LoadAndStorePromoter

Completed in 305 milliseconds