Searched refs:PushPopMIs (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMConstantIslandPass.cpp154 /// PushPopMIs - Keep track of all the Thumb push / pop instructions.
156 SmallVector<MachineInstr*, 4> PushPopMIs; member in class:__anon19990::ARMConstantIslands
387 PushPopMIs.clear();
572 PushPopMIs.push_back(I);
1547 for (unsigned i = 0, e = PushPopMIs.size(); i != e; ++i) {
1548 MachineInstr *MI = PushPopMIs[i];
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp257 /// PushPopMIs - Keep track of all the Thumb push / pop instructions.
259 SmallVector<MachineInstr*, 4> PushPopMIs; member in class:__anon13018::ARMConstantIslands
532 PushPopMIs.clear();
813 PushPopMIs.push_back(&I);
1803 for (unsigned i = 0, e = PushPopMIs.size(); i != e; ++i) {
1804 MachineInstr *MI = PushPopMIs[i];

Completed in 82 milliseconds