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()
295 unsigned IsFree : 1; member439 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they " in analyzeLoopUnrollCost()455 if (!Cost.IsFree) { in analyzeLoopUnrollCost()563 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost() local565 (unsigned)IsFree, in analyzeLoopUnrollCost()570 if (IsFree) in analyzeLoopUnrollCost()
327 bool IsFree = in commitFpm() local329 uint8_t Mask = uint8_t(IsFree) << I; in commitFpm()
28688 bool IsFree = IsFabs ? TLI.isFAbsFree(VT) : TLI.isFNegFree(VT); in foldSignChangeInBitcast() local28690 if (IsFree || N0.getOpcode() != ISD::BITCAST || !N0.hasOneUse()) in foldSignChangeInBitcast()