Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp251 bool IsGuaranteedToExecute(MachineBasicBlock *BB, MachineLoop *CurLoop);
658 bool MachineLICMBase::IsGuaranteedToExecute(MachineBasicBlock *BB, in IsGuaranteedToExecute() function in MachineLICMBase
1022 !IsGuaranteedToExecute(I.getParent(), CurLoop)) { in IsLICMCandidate()
1260 (!IsGuaranteedToExecute(MI.getParent(), CurLoop) && !MayCSE(&MI))) { in IsProfitableToHoist()