Searched refs:PathBBs (Results 1 – 1 of 1) sorted by relevance
831 PathType PathBBs = TPath.getPath(); in isLegalAndProfitableToTransform() local845 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() local994 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()