Searched refs:FirstCand (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp35 SchedCandidate &FirstCand = Zone.isTop() ? TryCand : Cand;
37 if (isADDIInstr(FirstCand) && SecondCand.SU->getInstr()->mayLoad()) {
41 if (FirstCand.SU->getInstr()->mayLoad() && isADDIInstr(SecondCand)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp630 Candidate &FirstCand = OF.Candidates.front(); local
631 const Function &ParentFn = FirstCand.getMF()->getFunction();
654 MachineFunction *OriginalMF = FirstCand.front()->getMF();
657 for (auto I = FirstCand.front(), E = std::next(FirstCand.back()); I != E;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5850 outliner::Candidate &FirstCand = RepeatedSequenceLocs[0];
5852 std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0,
5892 const Function &FCF = FirstCand.getMF()->getFunction();
6113 FirstCand.front(), std::next(FirstCand.back()), IsSafeToFixup);
6207 if (std::any_of(FirstCand.front(), FirstCand.back(),
6217 FrameID != MachineOutlinerTailCall && FirstCand.back()->isCall())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5667 outliner::Candidate &FirstCand = RepeatedSequenceLocs[0];
5669 std::accumulate(FirstCand.front(), std::next(FirstCand.back()), 0,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10150 FunctionDecl *FirstCand = nullptr, *SecondCand = nullptr;
10161 if (FirstCand == nullptr) {
10162 FirstCand = I->Function;
10177 if (S.MaybeEmitAmbiguousAtomicConstraintsDiagnostic(FirstCand, FirstAC,

Completed in 219 milliseconds