Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp872 SmallSet<BasicBlock *, 16> BlocksToClean; in createAllExitPaths() local
874 BlocksToClean.insert(BB); in createAllExitPaths()
877 createExitPath(NewDefs, TPath, DuplicateMap, BlocksToClean, &DTU); in createAllExitPaths()
890 for (BasicBlock *BB : BlocksToClean) in createAllExitPaths()
902 SmallSet<BasicBlock *, 16> &BlocksToClean, in createExitPath()
918 BlocksToClean.insert(BB); in createExitPath()
933 BlocksToClean.insert(NewBB); in createExitPath()