Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp748 const BasicBlock *Determinator = TPath.getDeterminatorBB(); in isLegalAndProfitableToTransform() local
760 if (PathBBs.front() == Determinator) in isLegalAndProfitableToTransform()
765 auto DetIt = llvm::find(PathBBs, Determinator); in isLegalAndProfitableToTransform()
905 const BasicBlock *Determinator = Path.getDeterminatorBB(); in createExitPath() local
909 if (PathBBs.front() == Determinator) in createExitPath()
912 auto DetIt = llvm::find(PathBBs, Determinator); in createExitPath()