Home
last modified time | relevance | path

Searched defs:depends (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/utils/
H A Dmodfuzz.py17 def __init__(self, text, depends=[], provides=[], conflicts=[]): argument
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-loop-im.c96 struct depend *depends; /* List of statements that must be also hoisted member
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3590 DependenceInfo::depends(Instruction *Src, Instruction *Dst, in depends() function in DependenceInfo