Searched refs:PathBBs (Results 1 – 1 of 1) sorted by relevance
729 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform() local743 if (PathBBs.front() == Determinator) in isLegalAndProfitableToTransform()748 auto DetIt = std::find(PathBBs.begin(), PathBBs.end(), Determinator); in isLegalAndProfitableToTransform()749 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) { in isLegalAndProfitableToTransform()877 PathType PathBBs = Path.getPath(); in createExitPath() local880 if (PathBBs.front() == Determinator) in createExitPath()881 PathBBs.pop_front(); in createExitPath()883 auto DetIt = std::find(PathBBs.begin(), PathBBs.end(), Determinator); in createExitPath()886 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) { in createExitPath()