Searched refs:ImmBranches (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp327 /// ImmBranches - Keep track of all the immediate branch instructions.
329 std::vector<ImmBranch> ImmBranches; member in class:__anon13195::MipsConstantIslands
504 for (unsigned i = 0, e = ImmBranches.size(); i != e; ++i)
505 BRChange |= fixupImmediateBr(ImmBranches[i]);
520 ImmBranches.clear();
736 ImmBranches.push_back(ImmBranch(&MI, MaxOffs, isCond, UOpc));
1258 ImmBranches.push_back(ImmBranch(&UserMBB->back(),
1651 ImmBranches.push_back(ImmBranch(&MBB->back(), MaxDisp, false, Br.UncondBr));
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMConstantIslandPass.cpp150 /// ImmBranches - Keep track of all the immediate branch instructions.
152 std::vector<ImmBranch> ImmBranches; member in class:__anon19990::ARMConstantIslands
348 for (unsigned i = 0, e = ImmBranches.size(); i != e; ++i)
349 BRChange |= FixUpImmediateBr(MF, ImmBranches[i]);
386 ImmBranches.clear();
532 continue; // Does not get an entry in ImmBranches
535 continue; // Does not get an entry in ImmBranches
568 ImmBranches.push_back(ImmBranch(I, MaxOffs, isCond, UOpc));
1164 ImmBranches.push_back(ImmBranch(&UserMBB->back(),
1530 ImmBranches
[all...]
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp253 /// ImmBranches - Keep track of all the immediate branch instructions.
255 std::vector<ImmBranch> ImmBranches; member in class:__anon13018::ARMConstantIslands
483 for (unsigned i = 0, e = ImmBranches.size(); i != e; ++i)
484 BRChange |= fixupImmediateBr(ImmBranches[i]);
531 ImmBranches.clear();
776 continue; // Does not get an entry in ImmBranches
809 ImmBranches.push_back(ImmBranch(&I, MaxOffs, isCond, UOpc));
1401 ImmBranches.push_back(ImmBranch(&UserMBB->back(),
1789 ImmBranches.push_back(ImmBranch(&MBB->back(), MaxDisp, false, Br.UncondBr));
1895 // The order in which branches appear in ImmBranches i
[all...]

Completed in 94 milliseconds