Searched refs:IsFree (Results 1 – 8 of 8) sorted by relevance
186 unsigned IsFree : 1; member312 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they " in analyzeLoopUnrollCost()328 if (!Cost.IsFree) { in analyzeLoopUnrollCost()422 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost() local424 (unsigned)IsFree, in analyzeLoopUnrollCost()429 if (IsFree) in analyzeLoopUnrollCost()
263 unsigned IsFree : 1; member393 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they " in analyzeLoopUnrollCost()409 if (!Cost.IsFree) { in analyzeLoopUnrollCost()508 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost() local510 (unsigned)IsFree, in analyzeLoopUnrollCost()515 if (IsFree) in analyzeLoopUnrollCost()
734 bool IsFree = isFreeInLoop(I, CurLoop, TTI); in isNotUsedOrFreeInLoop() local752 if (IsFree) { in isNotUsedOrFreeInLoop()
144 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus() local146 IsFree ? "un" : ""); in explainPdbBlockStatus()147 return !IsFree; in explainPdbBlockStatus()
328 bool IsFree = in commitFpm() local330 uint8_t Mask = uint8_t(IsFree) << I; in commitFpm()
215 } while (IsFree(sector) == 0); in CreatePartition()233 } while (IsFree(sector) == 0); in CreatePartition()
184 int IsFree(uint64_t sector, uint32_t *partNum = NULL);
1797 if (IsFree(startSector) && (startSector <= endSector)) { in CreatePartition()2002 sectorOK = IsFree(testSector++); in Align()2015 sectorOK = IsFree(testSector--); in Align()2225 int GPTData::IsFree(uint64_t sector, uint32_t *partNum) { in IsFree() function in GPTData