Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp705 struct CouldRef { struct
706 typedef Value *argument_type;
707 const CallSite CS;
708 AliasAnalysis *AA;
710 bool operator()(Value *I) { in operator ()()