Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp346 SmallVector<MCInst const *, 2> BranchLocations; in checkCOFMax1() local
349 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()