Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1003 SmallPtrSetImpl<Instruction *> &IgnoredInsts) { in mayLoopAccessLocation() argument
1026 if (IgnoredInsts.count(&I) == 0 && in mayLoopAccessLocation()
1364 SmallPtrSet<Instruction *, 2> IgnoredInsts; in processLoopStoreOfLoopLoad() local
1365 IgnoredInsts.insert(TheStore); in processLoopStoreOfLoopLoad()
1372 StoreSizeSCEV, *AA, IgnoredInsts); in processLoopStoreOfLoopLoad()
1379 IgnoredInsts.insert(TheLoad); in processLoopStoreOfLoopLoad()
1381 BECount, StoreSizeSCEV, *AA, IgnoredInsts)) { in processLoopStoreOfLoopLoad()
1392 IgnoredInsts.erase(TheLoad); in processLoopStoreOfLoopLoad()
1411 IgnoredInsts.erase(TheStore); in processLoopStoreOfLoopLoad()
1414 StoreSizeSCEV, *AA, IgnoredInsts)) { in processLoopStoreOfLoopLoad()