Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp338 SmallPtrSet<Instruction *, 32> CountedInstructions; member in __anon0cdda4420211::UnrollAnalyzer
368 if (SimpleV && CountedInstructions.insert(&I).second) in visitBinaryOperator()
470 CountedInstructions.clear(); in estimateNumberOfOptimizedInstructions()
477 if (CountedInstructions.insert(LI).second) in estimateNumberOfOptimizedInstructions()