OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setLiveOutValue
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
LiveRangeCalc.h
204
///
setLiveOutValue
- Indicate that VNI is live out from MBB. The
210
void
setLiveOutValue
(MachineBasicBlock *MBB, VNInfo *VNI) {
223
///
setLiveOutValue
(MBB, 0).
236
///
setLiveOutValue
, the value may be null for live-trough blocks.
LiveRangeCalc.cpp
225
setLiveOutValue
(Pred, VNI);
SplitKit.cpp
899
LRC.
setLiveOutValue
(MBB, VNI);
[
all
...]
Completed in 171 milliseconds