Searched refs:PathBBs (Results 1 – 1 of 1) sorted by relevance
782 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform() local796 if (PathBBs.front() == Determinator) in isLegalAndProfitableToTransform()801 auto DetIt = std::find(PathBBs.begin(), PathBBs.end(), Determinator); in isLegalAndProfitableToTransform()802 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) { in isLegalAndProfitableToTransform()940 PathType PathBBs = Path.getPath(); in createExitPath() local943 if (PathBBs.front() == Determinator) in createExitPath()944 PathBBs.pop_front(); in createExitPath()946 auto DetIt = std::find(PathBBs.begin(), PathBBs.end(), Determinator); in createExitPath()949 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) { in createExitPath()