Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14210 CheckedInstructions; in getSpillCost() local
14218 if (auto It = CheckedInstructions.find(Last); in getSpillCost()
14219 It != CheckedInstructions.end()) { in getSpillCost()
14239 CheckedInstructions.try_emplace(LastInst, &*PrevInstIt, 0); in getSpillCost()
14249 CheckedInstructions.try_emplace( in getSpillCost()