Home | History | Annotate | Download | only in VMCore

Lines Matching full:getparent

1136   assert(BB->getParent() != 0 && "Block must have a parent");
1137 return get(BB->getParent(), BB);