Searched refs:CutOff (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp72 static bool isFunctionHotInCallGraphNthPercentile(int CutOff, argument
76 return PSI->isFunctionHotInCallGraphNthPercentile(CutOff, F, BFI);
78 static bool isFunctionColdInCallGraphNthPercentile(int CutOff, argument
82 return PSI->isFunctionColdInCallGraphNthPercentile(CutOff, F, BFI);
89 static bool isHotBlockNthPercentile(int CutOff, argument
93 return PSI->isHotBlockNthPercentile(CutOff, BB, BFI);
95 static bool isColdBlockNthPercentile(int CutOff, const BasicBlock *BB, argument
98 return PSI->isColdBlockNthPercentile(CutOff, BB, BFI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp131 int CutOff,
136 CutOff, MF, PSI, MBFI);
139 int CutOff, const MachineFunction *MF, ProfileSummaryInfo *PSI,
142 CutOff, MF, PSI, MBFI);
154 static bool isHotBlockNthPercentile(int CutOff, argument
159 CutOff, MBB, PSI, MBFI);
161 static bool isHotBlockNthPercentile(int CutOff, argument
166 CutOff, BlockFreq, PSI, MBFI);
168 static bool isColdBlockNthPercentile(int CutOff, const MachineBasicBlock *MBB, argument
171 return machine_size_opts_detail::isColdBlockNthPercentile(CutOff, MB
130 isFunctionHotInCallGraphNthPercentile( int CutOff, const MachineFunction *MF, ProfileSummaryInfo *PSI, const MachineBlockFrequencyInfo &MBFI) argument
138 isFunctionColdInCallGraphNthPercentile( int CutOff, const MachineFunction *MF, ProfileSummaryInfo *PSI, const MachineBlockFrequencyInfo &MBFI) argument
174 isColdBlockNthPercentile(int CutOff, BlockFrequency BlockFreq, ProfileSummaryInfo *PSI, const MachineBlockFrequencyInfo *MBFI) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp359 const MachineBasicBlock *CutOff,
361 if (MBB == CutOff)
373 if (MBB == CutOff)
385 // If CutOff is specified and it sits in between of that path we ignore
389 const MachineBasicBlock *CutOff,
404 return searchPredecessors(MBBTo, CutOff, [MBBFrom]
358 searchPredecessors(const MachineBasicBlock *MBB, const MachineBasicBlock *CutOff, UnaryPredicate Predicate) argument
387 isReachable(const MachineInstr *From, const MachineInstr *To, const MachineBasicBlock *CutOff, MachineDominatorTree &MDT) argument
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c443 static CPpmd_Void_Ref CutOff(CPpmd8 *p, CTX_PTR ctx, unsigned order) function
455 SetSuccessor(s, CutOff(p, CTX(SUCCESSOR(s)), order + 1));
475 SetSuccessor(s, CutOff(p, CTX(SUCCESSOR(s)), order + 1));
602 CutOff(p, p->MaxContext, 0);

Completed in 119 milliseconds