Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp697 DenseSet<Instruction *> EntryBlockSelectSet; in getBranchInsertPoint() local
700 EntryBlockSelectSet.insert(SI); in getBranchInsertPoint()
704 if (EntryBlockSelectSet.contains(&I)) { in getBranchInsertPoint()