Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp729 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform() local
743 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() local
880 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()