Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp906 SmallSet<BasicBlock *, 16> BlocksToClean; in createAllExitPaths() local
908 BlocksToClean.insert(BB); in createAllExitPaths()
911 createExitPath(NewDefs, TPath, DuplicateMap, BlocksToClean, &DTU); in createAllExitPaths()
924 for (BasicBlock *BB : BlocksToClean) in createAllExitPaths()
936 SmallSet<BasicBlock *, 16> &BlocksToClean, in createExitPath()
951 BlocksToClean.insert(BB); in createExitPath()
966 BlocksToClean.insert(NewBB); in createExitPath()