Searched refs:IsFree (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp143 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; local
145 IsFree ? "un" : "");
146 return !IsFree;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp322 unsigned IsFree : 1; member in struct:__anon4675::UnrolledInstState
452 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they "
468 if (!Cost.IsFree) {
567 bool IsFree = Analyzer.visit(I); local
569 (unsigned)IsFree,
574 if (IsFree)
H A DLICM.cpp1294 bool IsFree = isFreeInLoop(I, CurLoop, TTI); local
1312 if (IsFree) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp327 bool IsFree = local
329 uint8_t Mask = uint8_t(IsFree) << I;

Completed in 100 milliseconds