Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2145 Instruction *Inst = InstructionList[Record[0]]; in ParseMetadataAttachment()
2166 InstructionList.clear(); in ParseFunctionBody()
2293 InstructionList.push_back(I); in ParseFunctionBody()
2325 InstructionList.push_back(I); in ParseFunctionBody()
2344 InstructionList.push_back(I); in ParseFunctionBody()
2367 InstructionList.push_back(I); in ParseFunctionBody()
2391 InstructionList.push_back(I); in ParseFunctionBody()
2406 InstructionList.push_back(I); in ParseFunctionBody()
2433 InstructionList.push_back(I); in ParseFunctionBody()
2444 InstructionList.push_back(I); in ParseFunctionBody()
[all …]
DBitcodeReader.h143 SmallVector<Instruction *, 64> InstructionList; variable
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2405 Instruction *Inst = InstructionList[Record[0]]; in ParseMetadataAttachment()
2426 InstructionList.clear(); in ParseFunctionBody()
2551 InstructionList.push_back(I); in ParseFunctionBody()
2583 InstructionList.push_back(I); in ParseFunctionBody()
2602 InstructionList.push_back(I); in ParseFunctionBody()
2625 InstructionList.push_back(I); in ParseFunctionBody()
2649 InstructionList.push_back(I); in ParseFunctionBody()
2664 InstructionList.push_back(I); in ParseFunctionBody()
2691 InstructionList.push_back(I); in ParseFunctionBody()
2702 InstructionList.push_back(I); in ParseFunctionBody()
[all …]
DBitcodeReader.h143 SmallVector<Instruction *, 64> InstructionList; variable