Searched refs:setLayoutIndex (Results 1 – 6 of 6) sorted by relevance
69 BB->setLayoutIndex(SuccBBIndex); in runOnFunction()70 SuccBB->setLayoutIndex(BBIndex); in runOnFunction()
413 BB->setLayoutIndex(IndexToBB.size()); in reorderBasicBlocks()
473 BB->setLayoutIndex(LayoutIndex++); in initialize()
39 BB->setLayoutIndex(Blocks.size()); in addBasicBlock()83 BB->setLayoutIndex(BlockIndex++); in updateLayoutIndices()
3515 BB.setLayoutIndex(BinaryBasicBlock::InvalidIndex); in dfs()3524 BB->setLayoutIndex(Index++); in dfs()
907 void setLayoutIndex(unsigned Index) const { LayoutIndex = Index; } in setLayoutIndex() function