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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DBranchFolding.cpp584 /// 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[
[all...]
H A DBranchFolding.h86 std::vector<SameTailElt> SameTails; member in class:llvm::BranchFolder

Completed in 48 milliseconds