Searched refs:IsFree (Results 1 – 4 of 4) sorted by relevance
145 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus() 147 IsFree ? "un" : ""); in explainPdbBlockStatus() 148 return !IsFree; in explainPdbBlockStatus() 146 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; explainPdbBlockStatus() local
294 unsigned IsFree : 1; member438 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they " in analyzeLoopUnrollCost()454 if (!Cost.IsFree) { in analyzeLoopUnrollCost()562 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost() local564 (unsigned)IsFree, in analyzeLoopUnrollCost()569 if (IsFree) in analyzeLoopUnrollCost()
329 bool IsFree = in commitFpm() 331 uint8_t Mask = uint8_t(IsFree) << I; in commitFpm() 326 bool IsFree = commitFpm() local
27566 bool IsFree = IsFabs ? TLI.isFAbsFree(VT) : TLI.isFNegFree(VT); in foldSignChangeInBitcast() local27568 if (IsFree || N0.getOpcode() != ISD::BITCAST || !N0.hasOneUse()) in foldSignChangeInBitcast()