Searched refs:BranchLocations (Results 1 – 1 of 1) sorted by relevance
327 SmallVector<MCInst const *, 2> BranchLocations; in checkCOFMax1() local331 BranchLocations.push_back(&I); in checkCOFMax1()333 for (unsigned J = 0, N = BranchLocations.size(); J < N; ++J) { in checkCOFMax1()334 MCInst const &I = *BranchLocations[J]; in checkCOFMax1()