Searched refs:deref_operation_ (Results 1 – 6 of 6) sorted by relevance
319 if (deref_operation_ != nullptr) return deref_operation_; in GetDebugOperationWithDeref()352 deref_operation_ = in GetDebugOperationWithDeref()356 RegisterDbgInst(deref_operation_); in GetDebugOperationWithDeref()358 context()->get_def_use_mgr()->AnalyzeInstDefUse(deref_operation_); in GetDebugOperationWithDeref()359 return deref_operation_; in GetDebugOperationWithDeref()717 if (deref_operation_ == nullptr && in AnalyzeDebugInst()721 deref_operation_ = inst; in AnalyzeDebugInst()724 if (deref_operation_ == nullptr && in AnalyzeDebugInst()729 deref_operation_ = inst; in AnalyzeDebugInst()804 deref_operation_ = nullptr; in AnalyzeDebugInsts()[all …]
261 Instruction* deref_operation_; variable
330 if (deref_operation_ != nullptr) return deref_operation_; in GetDebugOperationWithDeref()363 deref_operation_ = in GetDebugOperationWithDeref()367 RegisterDbgInst(deref_operation_); in GetDebugOperationWithDeref()369 context()->get_def_use_mgr()->AnalyzeInstDefUse(deref_operation_); in GetDebugOperationWithDeref()370 return deref_operation_; in GetDebugOperationWithDeref()723 if (deref_operation_ == nullptr && in AnalyzeDebugInst()727 deref_operation_ = inst; in AnalyzeDebugInst()730 if (deref_operation_ == nullptr && in AnalyzeDebugInst()735 deref_operation_ = inst; in AnalyzeDebugInst()810 deref_operation_ = nullptr; in AnalyzeDebugInsts()[all …]
269 Instruction* deref_operation_; variable