Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp917 SmallSet<BasicBlock *, 16> BlocksToClean; in createAllExitPaths() local
919 BlocksToClean.insert(BB); in createAllExitPaths()
922 createExitPath(NewDefs, TPath, DuplicateMap, BlocksToClean, &DTU); in createAllExitPaths()
935 for (BasicBlock *BB : BlocksToClean) in createAllExitPaths()
947 SmallSet<BasicBlock *, 16> &BlocksToClean, in createExitPath()
963 BlocksToClean.insert(BB); in createExitPath()
978 BlocksToClean.insert(NewBB); in createExitPath()