Home
last modified time | relevance | path

Searched refs:DataReg (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp461 Register DataReg = MI.getOperand(0).getReg(); in emitEndCf() local
464 if (I->modifiesRegister(DataReg, TRI)) { in emitEndCf()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp845 const MemRegion *DataReg = getSVal(Callee).getAsRegion(); in getBlockRegion() local
847 return dyn_cast_or_null<BlockDataRegion>(DataReg); in getBlockRegion()