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

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp569 std::vector<CPEntry> CPEs; local
570 CPEs.push_back(CPEntry(CPEMI, i));
571 CPEntries.push_back(CPEs);
602 std::vector<CPEntry> &CPEs = CPEntries[CPI]; local
605 for (unsigned i = 0, e = CPEs.size(); i != e; ++i) {
606 if (CPEs[i].CPEMI == CPEMI)
607 return &CPEs[i];
1145 std::vector<CPEntry> &CPEs = CPEntries[CPI]; local
1146 for (unsigned i = 0, e = CPEs.size(); i != e; ++i) {
1148 if (CPEs[
1513 std::vector<CPEntry> &CPEs = CPEntries[i]; local
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp984 SmallVector<unsigned, 4> CPEs; member in struct:__anon7331::SectionCPs
1041 CPSections[SecIdx].CPEs.push_back(i);
1050 for (unsigned j = 0, ee = CPSections[i].CPEs.size(); j != ee; ++j) {
1051 unsigned CPI = CPSections[i].CPEs[j];

Completed in 27 milliseconds