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