Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h41 unsigned MicroOpFactor = 0; variable
150 return MicroOpFactor; in getMicroOpFactor()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetSchedule.cpp61 MicroOpFactor = ResourceLCM / SchedModel.IssueWidth; in init()