Home
last modified time | relevance | path

Searched defs:DU (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1194 Instruction *WidenIV::cloneIVUser(WidenIV::NarrowIVDefUse DU, in cloneIVUser()
1216 Instruction *WidenIV::cloneBitwiseIVUser(WidenIV::NarrowIVDefUse DU) { in cloneBitwiseIVUser()
1246 Instruction *WidenIV::cloneArithmeticIVUser(WidenIV::NarrowIVDefUse DU, in cloneArithmeticIVUser()
1346 WidenIV::getExtendedOperandRecurrence(WidenIV::NarrowIVDefUse DU) { in getExtendedOperandRecurrence()
1399 WidenIV::WidenedRecTy WidenIV::getWideRecurrence(WidenIV::NarrowIVDefUse DU) { in getWideRecurrence()
1436 static void truncateIVUse(WidenIV::NarrowIVDefUse DU, DominatorTree *DT, in truncateIVUse()
1451 bool WidenIV::widenLoopCompare(WidenIV::NarrowIVDefUse DU) { in widenLoopCompare()
1514 bool WidenIV::widenWithVariantUse(WidenIV::NarrowIVDefUse DU) { in widenWithVariantUse()
1690 Instruction *WidenIV::widenIVUse(WidenIV::NarrowIVDefUse DU, SCEVExpander &Rewriter) { in widenIVUse()
1950 WidenIV::NarrowIVDefUse DU = NarrowIVUsers.pop_back_val(); in createWideIV() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLegacyDivergenceAnalysis.cpp100 DenseSet<const Use *> &DU) in DivergencePropagator()
125 DenseSet<const Use *> &DU; // Stores divergent uses of possibly uniform member in __anoneeb767050111::DivergencePropagator
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h51 DwarfFile *DU; variable
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp280 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock() local
304 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock() local
/openbsd/usr.sbin/lpr/common_source/
H A Dcommon.c68 long DU; /* daemon user-id */ variable
/openbsd/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp227 auto &DU = *Die.getDwarfUnit(); in getLocation() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2851 SDNode *DU = SU->getNode()->getOperand(i).getNode(); in canClobber() local
3092 SDNode *DU = SU.getNode()->getOperand(j).getNode(); in AddPseudoTwoAddrDeps() local
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h480 NodeId DD, DU; // Ids of the first reached def and use. member