Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp296 std::vector<IRInstructionData *> InstrListForBB; in convertToUnsignedVec() local
301 mapToLegalUnsigned(It, IntegerMappingForBB, InstrListForBB); in convertToUnsignedVec()
304 mapToIllegalUnsigned(It, IntegerMappingForBB, InstrListForBB); in convertToUnsignedVec()
313 mapToIllegalUnsigned(It, IntegerMappingForBB, InstrListForBB, true); in convertToUnsignedVec()
314 for (IRInstructionData *ID : InstrListForBB) in convertToUnsignedVec()
316 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec()
324 std::vector<IRInstructionData *> &InstrListForBB) { in mapToLegalUnsigned() argument
338 InstrListForBB.push_back(ID); in mapToLegalUnsigned()
395 std::vector<IRInstructionData *> &InstrListForBB, bool End) { in mapToIllegalUnsigned() argument
408 InstrListForBB.push_back(ID); in mapToIllegalUnsigned()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h485 /// \param [in,out] InstrListForBB - Vector of InstructionData to append to.
489 std::vector<IRInstructionData *> &InstrListForBB);
496 /// \param [in,out] InstrListForBB - Vector of IRInstructionData to append to.
502 std::vector<IRInstructionData *> &InstrListForBB, bool End = false);