Searched refs:IsFree (Results 1 – 4 of 4) sorted by relevance
145 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus() local147 IsFree ? "un" : ""); in explainPdbBlockStatus()148 return !IsFree; in explainPdbBlockStatus()
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() local331 uint8_t Mask = uint8_t(IsFree) << I; in commitFpm()
27566 bool IsFree = IsFabs ? TLI.isFAbsFree(VT) : TLI.isFNegFree(VT); in foldSignChangeInBitcast() local27568 if (IsFree || N0.getOpcode() != ISD::BITCAST || !N0.hasOneUse()) in foldSignChangeInBitcast()