Searched refs:BFIs (Results 1 – 2 of 2) sorted by relevance
1017 std::vector<std::pair<unsigned, const CGBitFieldInfo*> > BFIs; in print() local1026 BFIs.push_back(std::make_pair(Index, &it->second)); in print()1028 llvm::array_pod_sort(BFIs.begin(), BFIs.end()); in print()1029 for (unsigned i = 0, e = BFIs.size(); i != e; ++i) { in print()1031 BFIs[i].second->print(OS); in print()
510 ; BFIs that require the same number of instruction to materialize the constant524 ; BFIs that require more instructions to materialize the constant as compared