Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp327 SmallVector<MCInst const *, 2> BranchLocations; in checkCOFMax1() local
331 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()