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()
288 unsigned IsFree : 1; member432 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they " in analyzeLoopUnrollCost()448 if (!Cost.IsFree) { in analyzeLoopUnrollCost()548 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost() local550 (unsigned)IsFree, in analyzeLoopUnrollCost()555 if (IsFree) in analyzeLoopUnrollCost()
329 bool IsFree = in commitFpm() local331 uint8_t Mask = uint8_t(IsFree) << I; in commitFpm()
27173 bool IsFree = IsFabs ? TLI.isFAbsFree(VT) : TLI.isFNegFree(VT); in foldSignChangeInBitcast() local27175 if (IsFree || N0.getOpcode() != ISD::BITCAST || !N0.hasOneUse()) in foldSignChangeInBitcast()