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