Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDwarfEHPrepare.cpp83 SmallPtrSet<IntrinsicInst*, 32> &CatchAllSels);
145 SmallPtrSet<IntrinsicInst*, 32> &CatchAllSels) { in FindAllCleanupSelectors() argument
157 CatchAllSels.insert(II); in FindAllCleanupSelectors()
252 SmallPtrSet<IntrinsicInst*, 32> CatchAllSels; in HandleURoRInvokes() local
253 FindAllCleanupSelectors(Sels, CatchAllSels); in HandleURoRInvokes()
257 if (!URoR) return CleanupSelectors(CatchAllSels); in HandleURoRInvokes()
287 return CleanupSelectors(CatchAllSels); in HandleURoRInvokes()
352 Changed |= CleanupSelectors(CatchAllSels); in HandleURoRInvokes()