Lines Matching defs:PathBBs
832 PathType PathBBs = TPath.getPath();
846 if (PathBBs.front() == Determinator)
851 auto DetIt = llvm::find(PathBBs, Determinator);
852 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) {
993 PathType PathBBs = Path.getPath();
996 if (PathBBs.front() == Determinator)
997 PathBBs.pop_front();
999 auto DetIt = llvm::find(PathBBs, Determinator);
1000 // When there is only one BB in PathBBs, the determinator takes itself as a
1002 BasicBlock *PrevBB = PathBBs.size() == 1 ? *DetIt : *std::prev(DetIt);
1003 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) {