Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp231 bool IsGuaranteedToExecute(MachineBasicBlock *BB);
643 bool MachineLICMBase::IsGuaranteedToExecute(MachineBasicBlock *BB) { in IsGuaranteedToExecute() function in MachineLICMBase
974 !IsGuaranteedToExecute(I.getParent())) { in IsLICMCandidate()
1207 (!IsGuaranteedToExecute(MI.getParent()) && !MayCSE(&MI))) { in IsProfitableToHoist()