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

/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h139 virtual bool isInstInList(Instruction *I, function in class:llvm::LoadAndStorePromoter
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp445 if (!isInstInList(L, Insts)) continue;
461 if (!isInstInList(SI, Insts)) continue;
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp629 virtual bool isInstInList(Instruction *I, function in class:__anon7031::LoopPromoter
H A DScalarReplAggregates.cpp935 // Remember which alloca we're promoting (for isInstInList).
959 virtual bool isInstInList(Instruction *I, function in class:__anon7075::AllocaPromoter

Completed in 89 milliseconds