Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.cpp692 bool RequiresNormalCleanup = false; in PopCleanupBlock() local
695 RequiresNormalCleanup = true; in PopCleanupBlock()
727 if (!RequiresNormalCleanup && !RequiresEHCleanup) { in PopCleanupBlock()
762 if (!RequiresNormalCleanup) { in PopCleanupBlock()
/external/clang/lib/CodeGen/
DCGCleanup.cpp653 bool RequiresNormalCleanup = false; in PopCleanupBlock() local
656 RequiresNormalCleanup = true; in PopCleanupBlock()
688 if (!RequiresNormalCleanup && !RequiresEHCleanup) { in PopCleanupBlock()
722 if (!RequiresNormalCleanup) { in PopCleanupBlock()