/external/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 68 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/ |
D | RDFLiveness.cpp | 42 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 …]
|
D | RDFLiveness.h | 31 struct Liveness { struct 36 Liveness(MachineRegisterInfo &mri, const DataFlowGraph &g) in Liveness() function
|
D | RDFDeadCode.h | 55 Liveness LV;
|
D | HexagonOptAddrMode.cpp | 74 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()
|
D | HexagonRDFOpt.cpp | 314 Liveness LV(*MRI, G); in runOnMachineFunction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 86 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/ |
D | DeadArgumentElimination.cpp | 334 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/ |
D | WebAssemblyRegColoring.cpp | 87 LiveIntervals *Liveness = &getAnalysis<LiveIntervals>(); in runOnMachineFunction() local 106 LiveInterval *LI = &Liveness->getInterval(VReg); in runOnMachineFunction()
|
/external/clang/test/Analysis/ |
D | live-variables.m | 15 // Liveness info is not computed correctly due to the following expression.
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | TypedBlock.java | 54 new Liveness().compute(ca.iterator(), blocks, ca.getMaxLocals(), in makeBlocks()
|
D | Liveness.java | 20 public class Liveness { class
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1566 GlobalVariable *Liveness = new GlobalVariable( in InstrumentGlobals() local 1569 Liveness->setSection("__DATA,__asan_liveness,regular,live_support"); in InstrumentGlobals()
|
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/robolectric/v1/lib/main/ |
D | javassist-3.14.0-GA.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/bytecode/
javassist/ ... |