Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDwarfEHPrepare.cpp77 bool CleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels);
175 bool DwarfEHPrepare::CleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels) { in CleanupSelectors() function in DwarfEHPrepare
257 if (!URoR) return CleanupSelectors(CatchAllSels); in HandleURoRInvokes()
287 return CleanupSelectors(CatchAllSels); in HandleURoRInvokes()
352 Changed |= CleanupSelectors(CatchAllSels); in HandleURoRInvokes()