Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp146 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus() local
148 IsFree ? "un" : ""); in explainPdbBlockStatus()
149 return !IsFree; in explainPdbBlockStatus()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp285 unsigned IsFree : 1; member
429 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they " in analyzeLoopUnrollCost()
445 if (!Cost.IsFree) { in analyzeLoopUnrollCost()
545 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost() local
547 (unsigned)IsFree, in analyzeLoopUnrollCost()
552 if (IsFree) in analyzeLoopUnrollCost()
H A DLICM.cpp1366 bool IsFree = isFreeInLoop(I, CurLoop, TTI); in isNotUsedOrFreeInLoop() local
1393 if (IsFree) { in isNotUsedOrFreeInLoop()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp326 bool IsFree = in commitFpm() local
328 uint8_t Mask = uint8_t(IsFree) << I; in commitFpm()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp25458 bool IsFree = IsFabs ? TLI.isFAbsFree(VT) : TLI.isFNegFree(VT); in foldSignChangeInBitcast() local
25460 if (IsFree || N0.getOpcode() != ISD::BITCAST || !N0.hasOneUse()) in foldSignChangeInBitcast()