Home
last modified time | relevance | path

Searched refs:IsFree (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp284 unsigned IsFree : 1; member
414 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() local
531 (unsigned)IsFree, in analyzeLoopUnrollCost()
536 if (IsFree) in analyzeLoopUnrollCost()
DLICM.cpp1337 bool IsFree = isFreeInLoop(I, CurLoop, TTI); in isNotUsedOrFreeInLoop() local
1355 if (IsFree) { in isNotUsedOrFreeInLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp327 bool IsFree = in commitFpm() local
329 uint8_t Mask = uint8_t(IsFree) << I; in commitFpm()
/third_party/gptfdisk/
Dgpttext.cc233 } while (IsFree(sector) == 0); in CreatePartition()
251 } while (IsFree(sector) == 0); in CreatePartition()
Dgpt.h188 int IsFree(uint64_t sector, uint32_t *partNum = NULL);
Dgpt.cc1961 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
Dgptcurses.cc443 if (!IsFree(lastAligned)) in MakeNewPart()