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.cpp831 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform() local
845 if (PathBBs.front() == Determinator) in isLegalAndProfitableToTransform()
850 auto DetIt = llvm::find(PathBBs, Determinator); in isLegalAndProfitableToTransform()
851 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) { in isLegalAndProfitableToTransform()
991 PathType PathBBs = Path.getPath(); in createExitPath() local
994 if (PathBBs.front() == Determinator) in createExitPath()
995 PathBBs.pop_front(); in createExitPath()
997 auto DetIt = llvm::find(PathBBs, Determinator); in createExitPath()
1000 BasicBlock *PrevBB = PathBBs.size() == 1 ? *DetIt : *std::prev(DetIt); in createExitPath()
1001 for (auto BBIt = DetIt; BBIt != PathBBs.end(); BBIt++) { in createExitPath()