Home
last modified time | relevance | path

Searched refs:PathBBs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp782 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform() local
796 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() local
943 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()