Home
last modified time | relevance | path

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

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