Searched refs:Funclets (Results 1 – 2 of 2) sorted by relevance
748 for (auto &Funclets : FuncletBlocks) { in cloneCommonBlocks() local749 BasicBlock *FuncletPadBB = Funclets.first; in cloneCommonBlocks()750 std::vector<BasicBlock *> &BlocksInFunclet = Funclets.second; in cloneCommonBlocks()
557 Funclets, in this context, are regions of the parent function that can be called