Home
last modified time | relevance | path

Searched defs:BlockReachable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DAdornedCFG.h77 llvm::BitVector BlockReachable, in AdornedCFG()
89 llvm::BitVector BlockReachable; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DAdornedCFG.cpp76 llvm::BitVector BlockReachable(Cfg.getNumBlockIDs(), false); in findReachableBlocks() local
172 llvm::BitVector BlockReachable = findReachableBlocks(*Cfg); in build() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3393 bool BlockReachable = ReachableBlocks.count(CurrBlock); in iterateTouchedInstructions() local