Searched defs:getBlocks (Results 1 – 4 of 4) sorted by relevance
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
72 public BasicBlockList getBlocks() { in getBlocks() method in RopMethod
338 public ArrayList<SsaBasicBlock> getBlocks() { in getBlocks() method in SsaMethod
140 const std::vector<BlockT*> &getBlocks() const { return Blocks; } in getBlocks() function