Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp199 SmallVector<Instruction *, 64> InstructionList; member in __anon4adc0c5b0111::BitcodeReader
2525 Instruction *Inst = InstructionList[Record[0]]; in ParseMetadataAttachment()
2546 InstructionList.clear(); in ParseFunctionBody()
2673 InstructionList.push_back(I); in ParseFunctionBody()
2705 InstructionList.push_back(I); in ParseFunctionBody()
2745 InstructionList.push_back(I); in ParseFunctionBody()
2768 InstructionList.push_back(I); in ParseFunctionBody()
2792 InstructionList.push_back(I); in ParseFunctionBody()
2807 InstructionList.push_back(I); in ParseFunctionBody()
2834 InstructionList.push_back(I); in ParseFunctionBody()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp441 SmallVector<Instruction *, 64> InstructionList; member in __anonc5f03b150111::BitcodeReader
2788 Instruction *Inst = InstructionList[Record[0]]; in ParseMetadataAttachment()
2809 InstructionList.clear(); in ParseFunctionBody()
2934 InstructionList.push_back(I); in ParseFunctionBody()
2966 InstructionList.push_back(I); in ParseFunctionBody()
3006 InstructionList.push_back(I); in ParseFunctionBody()
3029 InstructionList.push_back(I); in ParseFunctionBody()
3053 InstructionList.push_back(I); in ParseFunctionBody()
3068 InstructionList.push_back(I); in ParseFunctionBody()
3095 InstructionList.push_back(I); in ParseFunctionBody()
[all …]