Home
last modified time | relevance | path

Searched refs:Liveness (Results 1 – 15 of 15) sorted by relevance

/external/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h68 enum Liveness { Live, MaybeLive }; enum
116 Liveness MarkIfNotLive(RetOrArg Use, UseVector &MaybeLiveUses);
117 Liveness SurveyUse(const Use *U, UseVector &MaybeLiveUses,
119 Liveness SurveyUses(const Value *V, UseVector &MaybeLiveUses);
122 void MarkValue(const RetOrArg &RA, Liveness L,
/external/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp42 raw_ostream &operator<< (raw_ostream &OS, const Print<Liveness::RefMap> &P) { in operator <<()
87 NodeList Liveness::getAllReachingDefs(RegisterRef RefRR, in getAllReachingDefs()
235 NodeList Liveness::getAllReachingDefs(NodeAddr<RefNode*> RefA) { in getAllReachingDefs()
240 NodeSet Liveness::getAllReachingDefsRec(RegisterRef RefRR, in getAllReachingDefsRec()
281 NodeSet Liveness::getAllReachedUses(RegisterRef RefRR, in getAllReachedUses()
324 void Liveness::computePhiInfo() { in computePhiInfo()
526 void Liveness::computeLiveIns() { in computeLiveIns()
650 void Liveness::resetLiveIns() { in resetLiveIns()
668 void Liveness::resetKills() { in resetKills()
674 void Liveness::resetKills(MachineBasicBlock *B) { in resetKills()
[all …]
DRDFLiveness.h31 struct Liveness { struct
36 Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g) in Liveness() function
DRDFDeadCode.h55 Liveness LV;
DHexagonOptAddrMode.cpp74 Liveness *LV;
232 const Liveness::RefMap &phiUse = LV->getRealUses(id); in getAllRealUses()
234 << Print<Liveness::RefMap>(phiUse, *DFG) << "\n"); in getAllRealUses()
630 Liveness L(MRI, *DFG); in runOnMachineFunction()
DHexagonRDFOpt.cpp314 Liveness LV(*MRI, G); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp86 enum Liveness { Live, MaybeLive }; enum in __anoncee85ffd0111::DAE
139 Liveness MarkIfNotLive(RetOrArg Use, UseVector &MaybeLiveUses);
140 Liveness SurveyUse(Value::const_use_iterator U, UseVector &MaybeLiveUses,
142 Liveness SurveyUses(const Value *V, UseVector &MaybeLiveUses);
145 void MarkValue(const RetOrArg &RA, Liveness L,
356 DAE::Liveness DAE::MarkIfNotLive(RetOrArg Use, UseVector &MaybeLiveUses) { in MarkIfNotLive()
375 DAE::Liveness DAE::SurveyUse(Value::const_use_iterator U, in SurveyUse()
398 Liveness Result = MaybeLive; in SurveyUse()
443 DAE::Liveness DAE::SurveyUses(const Value *V, UseVector &MaybeLiveUses) { in SurveyUses()
445 Liveness Result = MaybeLive; in SurveyUses()
[all …]
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp334 DeadArgumentEliminationPass::Liveness
355 DeadArgumentEliminationPass::Liveness
370 DeadArgumentEliminationPass::Liveness Result = MaybeLive; in SurveyUse()
376 DeadArgumentEliminationPass::Liveness SubResult = in SurveyUse()
395 Liveness Result = MaybeLive; in SurveyUse()
443 DeadArgumentEliminationPass::Liveness
447 Liveness Result = MaybeLive; in SurveyUses()
483 typedef SmallVector<Liveness, 5> RetVals; in SurveyFunction()
577 Liveness Result; in SurveyFunction()
602 void DeadArgumentEliminationPass::MarkValue(const RetOrArg &RA, Liveness L, in MarkValue()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp87 LiveIntervals *Liveness = &getAnalysis<LiveIntervals>(); in runOnMachineFunction() local
106 LiveInterval *LI = &Liveness->getInterval(VReg); in runOnMachineFunction()
/external/clang/test/Analysis/
Dlive-variables.m15 // Liveness info is not computed correctly due to the following expression.
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypedBlock.java54 new Liveness().compute(ca.iterator(), blocks, ca.getMaxLocals(), in makeBlocks()
DLiveness.java20 public class Liveness { class
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1566 GlobalVariable *Liveness = new GlobalVariable( in InstrumentGlobals() local
1569 Liveness->setSection("__DATA,__asan_liveness,regular,live_support"); in InstrumentGlobals()
/external/guice/extensions/struts2/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/robolectric/v1/lib/main/
Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...