Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Analysis/
HDBlockFrequencyInfoImpl.h75 static BlockMass getFull() { return BlockMass(UINT64_MAX); } in getFull() function
1063 BlockMass Remaining = BlockMass::getFull();
1075 Working[Loop.getHeader().Index].getMass() = BlockMass::getFull();
1096 Working[0].getMass() = BlockMass::getFull();
/NextBSD/contrib/llvm/lib/Analysis/
HDBlockFrequencyInfoImpl.cpp355 BlockMass ExitMass = BlockMass::getFull() - TotalBackedgeMass; in computeLoopScale()
363 DEBUG(dbgs() << " - exit-mass = " << ExitMass << " (" << BlockMass::getFull() in computeLoopScale()
737 BlockMass LoopMass = BlockMass::getFull(); in adjustLoopHeaderMass()