OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conflictsWithPhysReg
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
128
///
conflictsWithPhysReg
- Returns true if the specified register is used or
133
bool
conflictsWithPhysReg
(const LiveInterval &li, VirtRegMap &vrm,
/external/llvm/lib/CodeGen/
RegAllocLinearScan.cpp
494
if (li_->
conflictsWithPhysReg
(cur, *vrm_, CandReg))
[
all
...]
LiveIntervalAnalysis.cpp
152
bool LiveIntervals::
conflictsWithPhysReg
(const LiveInterval &li,
[
all
...]
Completed in 19 milliseconds