Home
last modified time | relevance | path

Searched refs:getFull (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h79 static BlockMass getFull() { return BlockMass(UINT64_MAX); } in getFull() function
1093 BlockMass Remaining = BlockMass::getFull();
1105 Working[Loop.getHeader().Index].getMass() = BlockMass::getFull();
1126 Working[0].getMass() = BlockMass::getFull();
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp361 BlockMass ExitMass = BlockMass::getFull() - TotalBackedgeMass; in computeLoopScale()
369 DEBUG(dbgs() << " - exit-mass = " << ExitMass << " (" << BlockMass::getFull() in computeLoopScale()
770 BlockMass LoopMass = BlockMass::getFull(); in adjustLoopHeaderMass()