Searched refs:ToBeDeletedBBs (Results 1 – 1 of 1) sorted by relevance
2583 SmallVector<BasicBlock *, 8> ToBeDeletedBBs; in cleanupIR() local2584 ToBeDeletedBBs.reserve(NumDeadBlocks); in cleanupIR()2592 ToBeDeletedBBs.push_back(BB); in cleanupIR()2597 detachDeadBlocks(ToBeDeletedBBs, nullptr); in cleanupIR()