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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp114 SmallVectorImpl<Instruction*> &SafeWrap; member in class:__anon3598::IRPromoter
135 Sources(sources), Sinks(sinks), SafeWrap(wrap) {
150 SmallVector<Instruction*, 4> SafeWrap; member in class:__anon3598::TypePromotion
385 SafeWrap.push_back(I);
454 for (auto *I : SafeWrap) {
814 SafeWrap.clear();
922 if (ToPromote < 2 || (Blocks.size() == 1 && (NonFreeArgs > SafeWrap.size())))
929 CurrentVisited, Sources, Sinks, SafeWrap);
946 SafeWrap.clear();
1006 SafeWrap
[all...]

Completed in 55 milliseconds