Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp114 SmallVectorImpl<Instruction*> &SafeWrap; member in __anon7086da680111::IRPromoter
135 Sources(sources), Sinks(sinks), SafeWrap(wrap) { in IRPromoter()
151 SmallVector<Instruction*, 4> SafeWrap; member in __anon7086da680111::TypePromotion
386 SafeWrap.push_back(I); in isSafeWrap()
455 for (auto *I : SafeWrap) { in PrepareWrappingAdds()
815 SafeWrap.clear(); in TryToPromote()
923 if (ToPromote < 2 || (Blocks.size() == 1 && (NonFreeArgs > SafeWrap.size()))) in TryToPromote()
930 CurrentVisited, Sources, Sinks, SafeWrap); in TryToPromote()
947 SafeWrap.clear(); in runOnFunction()
1007 SafeWrap.clear(); in runOnFunction()