HomeSort by: relevance | last modified time | path
    Searched refs:LDVImpl (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
LiveDebugValues.h 24 class LDVImpl {
27 virtual ~LDVImpl() {}
33 extern LDVImpl *makeVarLocBasedLiveDebugValues();
34 extern LDVImpl *makeInstrRefBasedLiveDebugValues();
LiveDebugValues.cpp 37 /// InstrRefBasedLDV to perform location propagation, via the LDVImpl
63 LDVImpl *TheImpl;
InstrRefBasedImpl.cpp 1301 class InstrRefBasedLDV : public LDVImpl {
3356 LDVImpl *llvm::makeInstrRefBasedLiveDebugValues() {
VarLocBasedImpl.cpp 289 class VarLocBasedLDV : public LDVImpl {
2222 LDVImpl *
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveDebugVariables.cpp 277 class LDVImpl;
411 void mapVirtRegs(LDVImpl *LDV);
531 class LDVImpl {
610 LDVImpl(LiveDebugVariables *ps) : pass(*ps) {}
723 void LDVImpl::print(raw_ostream &OS) {
733 void UserValue::mapVirtRegs(LDVImpl *LDV) {
740 UserValue *LDVImpl::getUserValue(const DILocalVariable *Var,
755 void LDVImpl::mapVirtReg(Register VirtReg, UserValue *EC) {
761 UserValue *LDVImpl::lookupVirtReg(Register VirtReg) {
767 bool LDVImpl::handleDebugValue(MachineInstr &MI, SlotIndex Idx)
    [all...]

Completed in 84 milliseconds