Home
last modified time | relevance | path

Searched refs:Flavor (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp117 llvm::objcarc::Depends(DependenceKind Flavor, Instruction *Inst, in Depends() argument
123 switch (Flavor) { in Depends()
205 llvm::objcarc::FindDependencies(DependenceKind Flavor, in FindDependencies() argument
238 if (Depends(Flavor, Inst, Arg, PA)) { in FindDependencies()
DDependencyAnalysis.h53 void FindDependencies(DependenceKind Flavor,
61 Depends(DependenceKind Flavor, Instruction *Inst, const Value *Arg,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGValue.h38 enum Flavor { Scalar, Complex, Aggregate }; enum
41 llvm::PointerIntPair<llvm::Value *, 2, Flavor> V1;