Home
last modified time | relevance | path

Searched defs:Dependence (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h108 struct Dependence { struct
121 // getDependences. Note that as soon as there are different argument
147 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence() argument
H A DDependenceAnalysis.h77 Dependence(Instruction *Source, Instruction *Destination) in Dependence() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.h45 bool Dependence; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp514 MachineInstr *&Dependence) { in canHoistInst()
682 MachineInstr *Dependence; in analyzeBlockForNullChecks() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp614 using Dependence = MemoryDepChecker::Dependence; typedef in __anonf92e1f230111::MemoryInstructionDependences