Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h114 struct Dependence { struct
133 // getDependences. Note that as soon as there are different argument
159 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence() function
H A DDependenceAnalysis.h77 Dependence(Instruction *Source, Instruction *Destination) in Dependence() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.h45 bool Dependence; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp514 MachineInstr *&Dependence) { in canHoistInst()
682 MachineInstr *Dependence; in analyzeBlockForNullChecks() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp611 using Dependence = MemoryDepChecker::Dependence; typedef in __anon88be66d40111::MemoryInstructionDependences