Searched defs:Dependence (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | LoopAccessAnalysis.h | 115 struct Dependence { global() struct |
H A D | DependenceAnalysis.h | 77 Dependence(Instruction *Source, Instruction *Destination) in Dependence() function |
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonVLIWPacketizer.h | 45 bool Dependence; variable |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | ImplicitNullChecks.cpp | 514 MachineInstr *&Dependence) { in canHoistInst() argument |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | LoopDistribute.cpp | 610 using Dependence = MemoryDepChecker::Dependence; global() typedef in __anon722c963f0111::MemoryInstructionDependences |