Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp145 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus() local
147 IsFree ? "un" : ""); in explainPdbBlockStatus()
148 return !IsFree; in explainPdbBlockStatus()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp295 unsigned IsFree : 1; member
439 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they " in analyzeLoopUnrollCost()
455 if (!Cost.IsFree) { in analyzeLoopUnrollCost()
563 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost() local
565 (unsigned)IsFree, in analyzeLoopUnrollCost()
570 if (IsFree) in analyzeLoopUnrollCost()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp327 bool IsFree = in commitFpm() local
329 uint8_t Mask = uint8_t(IsFree) << I; in commitFpm()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28688 bool IsFree = IsFabs ? TLI.isFAbsFree(VT) : TLI.isFNegFree(VT); in foldSignChangeInBitcast() local
28690 if (IsFree || N0.getOpcode() != ISD::BITCAST || !N0.hasOneUse()) in foldSignChangeInBitcast()