Searched refs:IsFree (Results 1 – 7 of 7) sorted by relevance
284 unsigned IsFree : 1; member414 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they " in analyzeLoopUnrollCost()430 if (!Cost.IsFree) { in analyzeLoopUnrollCost()529 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost() local531 (unsigned)IsFree, in analyzeLoopUnrollCost()536 if (IsFree) in analyzeLoopUnrollCost()
1337 bool IsFree = isFreeInLoop(I, CurLoop, TTI); in isNotUsedOrFreeInLoop() local1355 if (IsFree) { in isNotUsedOrFreeInLoop()
327 bool IsFree = in commitFpm() local329 uint8_t Mask = uint8_t(IsFree) << I; in commitFpm()
233 } while (IsFree(sector) == 0); in CreatePartition()251 } while (IsFree(sector) == 0); in CreatePartition()
188 int IsFree(uint64_t sector, uint32_t *partNum = NULL);
1961 if (IsFree(startSector) && (startSector <= endSector)) { in CreatePartition()2166 sectorOK = IsFree(testSector++); in Align()2178 sectorOK = IsFree(testSector--); in Align()2371 if (Align(&endPlus) && IsFree(endPlus - 1) && (endPlus > start)) { in FindLastInFree()2412 int GPTData::IsFree(uint64_t sector, uint32_t *partNum) { in IsFree() function in GPTData
443 if (!IsFree(lastAligned)) in MakeNewPart()