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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h56 unsigned CallOverhead = 0; member in struct:llvm::outliner::Candidate
128 /// Set the CallConstructionID and CallOverhead of this candidate to CID and
132 CallOverhead = CO;
136 unsigned getCallOverhead() const { return CallOverhead; }
242 unsigned CallOverhead = 0; local
244 CallOverhead += C.getCallOverhead();
245 return CallOverhead + SequenceSize + FrameOverhead;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2446 unsigned CallOverhead = 8; local
2448 C.setCallInfo(MachineOutlinerDefault, CallOverhead);

Completed in 108 milliseconds