Home
last modified time | relevance | path

Searched refs:isInstInList (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp400 if (!isInstInList(L, Insts)) continue; in run()
416 if (!isInstInList(SI, Insts)) continue; in run()
478 LoadAndStorePromoter::isInstInList(Instruction *I, in isInstInList() function in LoadAndStorePromoter
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h156 virtual bool isInstInList(Instruction *I,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1815 bool isInstInList(Instruction *I, in isInstInList() function in __anonf51ac7481111::LoopPromoter