Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp276 std::vector<IRInstructionData *> InstrListForBB; in convertToUnsignedVec() local
281 mapToLegalUnsigned(It, IntegerMappingForBB, InstrListForBB); in convertToUnsignedVec()
284 mapToIllegalUnsigned(It, IntegerMappingForBB, InstrListForBB); in convertToUnsignedVec()
293 mapToIllegalUnsigned(It, IntegerMappingForBB, InstrListForBB, true); in convertToUnsignedVec()
294 for (IRInstructionData *ID : InstrListForBB) in convertToUnsignedVec()
296 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec()
304 std::vector<IRInstructionData *> &InstrListForBB) { in mapToLegalUnsigned() argument
318 InstrListForBB.push_back(ID); in mapToLegalUnsigned()
375 std::vector<IRInstructionData *> &InstrListForBB, bool End) { in mapToIllegalUnsigned() argument
388 InstrListForBB.push_back(ID); in mapToIllegalUnsigned()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h484 std::vector<IRInstructionData *> &InstrListForBB);
497 std::vector<IRInstructionData *> &InstrListForBB, bool End = false);