Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp602 SmallVector<const BranchInst *, 4> BrInsts; in followUsesInMBEC() local
606 BrInsts.push_back(Br); in followUsesInMBEC()
643 for (const BranchInst *Br : BrInsts) { in followUsesInMBEC()