HomeSort by: relevance | last modified time | path
    Searched refs:IsFree (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
ExplainOutputStyle.cpp 143 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()];
145 IsFree ? "un" : "");
146 return !IsFree;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 285 unsigned IsFree : 1;
419 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they "
435 if (!Cost.IsFree) {
537 bool IsFree = Analyzer.visit(I);
539 (unsigned)IsFree,
544 if (IsFree)
LICM.cpp 1420 bool IsFree = isFreeInLoop(I, CurLoop, TTI);
1438 if (IsFree) {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
MSFBuilder.cpp 326 bool IsFree =
328 uint8_t Mask = uint8_t(IsFree) << I;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 22195 bool IsFree = IsFabs ? TLI.isFAbsFree(VT) : TLI.isFNegFree(VT);
22197 if (IsFree || N0.getOpcode() != ISD::BITCAST || !N0.hasOneUse())

Completed in 65 milliseconds