Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp448 bool WasInsertBlock = CGF.Builder.GetInsertBlock() == Entry; in SimplifyCleanupEntry() local
449 assert(!WasInsertBlock || CGF.Builder.GetInsertPoint() == Entry->end()); in SimplifyCleanupEntry()
464 if (WasInsertBlock) in SimplifyCleanupEntry()