Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp47 std::vector<const Instruction *> AliasingInstructions; in computeAliasingInstructions() local
64 AliasingInstructions.push_back(&OtherInstr); in computeAliasingInstructions()
65 if (AliasingInstructions.size() >= MaxAliasingInstructions) in computeAliasingInstructions()
68 return AliasingInstructions; in computeAliasingInstructions()