Home
last modified time | relevance | path

Searched refs:FirstCand (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOutliner.cpp1129 Candidate &FirstCand = OF.Candidates.front(); in createOutlinedFunction() local
1130 const Function &ParentFn = FirstCand.getMF()->getFunction(); in createOutlinedFunction()
1147 for (auto I = FirstCand.front(), E = std::next(FirstCand.back()); I != E; in createOutlinedFunction()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4927 outliner::Candidate &FirstCand = RepeatedSequenceLocs[0]; in getOutliningCandidateInfo() local
4929 std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0, in getOutliningCandidateInfo()
5052 FirstCand.front(), std::next(FirstCand.back()), IsSafeToFixup); in getOutliningCandidateInfo()
5134 if (std::any_of(FirstCand.front(), FirstCand.back(), in getOutliningCandidateInfo()
5144 FrameID != MachineOutlinerTailCall && FirstCand.back()->isCall()) in getOutliningCandidateInfo()