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.h115 struct Dependence { struct
134 // getDependences. Note that as soon as there are different argument
160 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence() argument
H A DDependenceAnalysis.h77 Dependence(Instruction *Source, Instruction *Destination) in Dependence() function
[all...]
/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() argument
682 MachineInstr *Dependence; in analyzeBlockForNullChecks() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp610 using Dependence = MemoryDepChecker::Dependence; typedef in __anon5f80120c0111::MemoryInstructionDependences