OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addPhysRegsUsed
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
248
///
addPhysRegsUsed
- Mark the specified registers used in this function.
250
void
addPhysRegsUsed
(const BitVector &Regs) { UsedPhysRegs |= Regs; }
/external/llvm/lib/CodeGen/
RegAllocFast.cpp
[
all
...]
Completed in 56 milliseconds