Searched refs:findReachingDefs (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h51 /// findReachingDefs. One entry per basic block, indexed by block number.
99 /// determined. This list is typically computed by findReachingDefs() and
114 bool findReachingDefs(LiveRange &LR, MachineBasicBlock &UseMBB,
H A DLiveRangeCalc.cpp255 if (findReachingDefs(LR, *UseMBB, Use, PhysReg))
274 bool LiveRangeCalc::findReachingDefs(LiveRange &LR, MachineBasicBlock &UseMBB, function in class:LiveRangeCalc
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveRangeCalc.h38 /// set by findReachingDefs. One entry per basic block, indexed by block
93 /// determined. This list is typically computed by findReachingDefs() and
98 /// findReachingDefs - Assuming that LI is live-in to KillMBB and killed at
103 VNInfo *findReachingDefs(LiveInterval *LI,
H A DLiveRangeCalc.cpp78 VNInfo *VNI = findReachingDefs(LI, KillMBB, Kill, Indexes, DomTree);
101 VNInfo *LiveRangeCalc::findReachingDefs(LiveInterval *LI, function in class:LiveRangeCalc

Completed in 336 milliseconds