Searched refs:CountValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp62 class CountValue;
136 CountValue *getLoopTripCount(MachineLoop *L,
146 CountValue *computeCount(MachineLoop *Loop,
226 class CountValue { class in namespace:__anon26012
243 explicit CountValue(CountValueType t, unsigned v, unsigned u = 0) { function in class:__anon26012::CountValue
256 assert(isReg() && "Wrong CountValue accessor");
260 assert(isReg() && "Wrong CountValue accessor");
264 assert(isImm() && "Wrong CountValue accessor");
430 CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L,
612 CountValue *HexagonHardwareLoop
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp267 const ConstantInt *CountValue = local
269 if (CountValue) {
270 unsigned Count = CountValue->getZExtValue();

Completed in 2232 milliseconds