Lines Matching defs:PathBBs
790 PathType PathBBs = TPath.getPath();
804 if (PathBBs.front() == Determinator)
809 auto DetIt = llvm::find(PathBBs, Determinator);
810 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) {
951 PathType PathBBs = Path.getPath();
954 if (PathBBs.front() == Determinator)
955 PathBBs.pop_front();
957 auto DetIt = llvm::find(PathBBs, Determinator);
958 // When there is only one BB in PathBBs, the determinator takes itself as a
960 BasicBlock *PrevBB = PathBBs.size() == 1 ? *DetIt : *std::prev(DetIt);
961 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) {