Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp157 std::vector<IRInstructionData *> InstrListForBB; in convertToUnsignedVec() local
166 mapToLegalUnsigned(It, IntegerMappingForBB, InstrListForBB); in convertToUnsignedVec()
169 mapToIllegalUnsigned(It, IntegerMappingForBB, InstrListForBB); in convertToUnsignedVec()
178 mapToIllegalUnsigned(It, IntegerMappingForBB, InstrListForBB, true); in convertToUnsignedVec()
179 for (IRInstructionData *ID : InstrListForBB) in convertToUnsignedVec()
181 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec()
190 std::vector<IRInstructionData *> &InstrListForBB) { in mapToLegalUnsigned() argument
204 InstrListForBB.push_back(ID); in mapToLegalUnsigned()
247 std::vector<IRInstructionData *> &InstrListForBB, bool End) { in mapToIllegalUnsigned() argument
258 InstrListForBB.push_back(ID); in mapToIllegalUnsigned()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h352 std::vector<IRInstructionData *> &InstrListForBB);
365 std::vector<IRInstructionData *> &InstrListForBB, bool End = false);