Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp1191 bool isCheap = false; in IsCheapInstruction() local
1204 isCheap = true; in IsCheapInstruction()
1207 return isCheap; in IsCheapInstruction()