Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineLICM.cpp231 bool IsGuaranteedToExecute(MachineBasicBlock *BB);
645 bool MachineLICMBase::IsGuaranteedToExecute(MachineBasicBlock *BB) { in IsGuaranteedToExecute() function in MachineLICMBase
986 !IsGuaranteedToExecute(I.getParent())) { in IsLICMCandidate()
1222 (!IsGuaranteedToExecute(MI.getParent()) && !MayCSE(&MI))) { in IsProfitableToHoist()