Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTypePromotion.cpp108 SmallPtrSetImpl<Instruction *> &SafeWrap; member in __anone4b1306d0111::IRPromoter
128 Sources(sources), Sinks(sinks), SafeWrap(wrap) { in IRPromoter()
141 SmallPtrSet<Instruction *, 4> SafeWrap; member in __anone4b1306d0111::TypePromotion
359 SafeWrap.insert(I); in isSafeWrap()
364 SafeWrap.insert(I); in isSafeWrap()
365 SafeWrap.insert(CI); in isSafeWrap()
486 Constant *NewConst = (SafeWrap.contains(I) && in PromoteTree()
763 SafeWrap.clear(); in TryToPromote()
876 SafeWrap); in TryToPromote()
893 SafeWrap.clear(); in runOnFunction()
[all …]