Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp792 const BasicBlock *Determinator = TPath.getDeterminatorBB(); in isLegalAndProfitableToTransform() local
804 if (PathBBs.front() == Determinator) in isLegalAndProfitableToTransform()
809 auto DetIt = llvm::find(PathBBs, Determinator); in isLegalAndProfitableToTransform()
950 const BasicBlock *Determinator = Path.getDeterminatorBB(); in createExitPath() local
954 if (PathBBs.front() == Determinator) in createExitPath()
957 auto DetIt = llvm::find(PathBBs, Determinator); in createExitPath()