Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp790 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform() local
804 if (PathBBs.front() == Determinator) in isLegalAndProfitableToTransform()
809 auto DetIt = llvm::find(PathBBs, Determinator); in isLegalAndProfitableToTransform()
810 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) { in isLegalAndProfitableToTransform()
951 PathType PathBBs = Path.getPath(); in createExitPath() local
954 if (PathBBs.front() == Determinator) in createExitPath()
955 PathBBs.pop_front(); in createExitPath()
957 auto DetIt = llvm::find(PathBBs, Determinator); in createExitPath()
960 BasicBlock *PrevBB = PathBBs.size() == 1 ? *DetIt : *std::prev(DetIt); in createExitPath()
961 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) { in createExitPath()