HomeSort by relevance Sort by last modified time
    Searched refs:SameTails (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
BranchFolding.cpp 584 /// SameTails of all those that have the (same) largest number of instructions
585 /// in common of any pair of these blocks. SameTails entries contain an
589 /// Order of elements in SameTails is the reverse of the order in which
597 SameTails.clear();
611 SameTails.clear();
614 SameTails.push_back(SameTailElt(CurMPIter, TrialBBI1));
618 SameTails.push_back(SameTailElt(I, TrialBBI2));
656 for (unsigned i = 0, e = SameTails.size(); i != e; ++i) {
658 if (SameTails[i].getBlock() == PredBB) {
664 unsigned t = EstimateRuntime(SameTails[i].getBlock()->begin()
    [all...]
BranchFolding.h 86 std::vector<SameTailElt> SameTails;

Completed in 230 milliseconds