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()
147 IsFree ? "un" : ""); in explainPdbBlockStatus()
148 return !IsFree; in explainPdbBlockStatus()
146 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; explainPdbBlockStatus() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp294 unsigned IsFree : 1; member
438 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they " in analyzeLoopUnrollCost()
454 if (!Cost.IsFree) { in analyzeLoopUnrollCost()
562 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost() local
564 (unsigned)IsFree, in analyzeLoopUnrollCost()
569 if (IsFree) in analyzeLoopUnrollCost()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp329 bool IsFree = in commitFpm()
331 uint8_t Mask = uint8_t(IsFree) << I; in commitFpm()
326 bool IsFree = commitFpm() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27566 bool IsFree = IsFabs ? TLI.isFAbsFree(VT) : TLI.isFNegFree(VT); in foldSignChangeInBitcast() local
27568 if (IsFree || N0.getOpcode() != ISD::BITCAST || !N0.hasOneUse()) in foldSignChangeInBitcast()