Searched refs:InstrListForBB (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 295 std::vector<IRInstructionData *> InstrListForBB; in convertToUnsignedVec() local 300 mapToLegalUnsigned(It, IntegerMappingForBB, InstrListForBB); in convertToUnsignedVec() 303 mapToIllegalUnsigned(It, IntegerMappingForBB, InstrListForBB); in convertToUnsignedVec() 312 mapToIllegalUnsigned(It, IntegerMappingForBB, InstrListForBB, true); in convertToUnsignedVec() 313 for (IRInstructionData *ID : InstrListForBB) in convertToUnsignedVec() 315 llvm::append_range(InstrList, InstrListForBB); in convertToUnsignedVec() 323 std::vector<IRInstructionData *> &InstrListForBB) { in mapToLegalUnsigned() argument 337 InstrListForBB.push_back(ID); in mapToLegalUnsigned() 394 std::vector<IRInstructionData *> &InstrListForBB, bool End) { in mapToIllegalUnsigned() argument 407 InstrListForBB.push_back(ID); in mapToIllegalUnsigned()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IRSimilarityIdentifier.h | 492 std::vector<IRInstructionData *> &InstrListForBB); 505 std::vector<IRInstructionData *> &InstrListForBB, bool End = false);
|