Home
last modified time | relevance | path

Searched refs:UseTBAA (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp49 static cl::opt<bool> UseTBAA("use-tbaa-in-sched-mi", cl::Hidden, variable
630 UseTBAA ? MMOa->getAAInfo() : AAMDNodes()), in MIsNeedChainEdge()
632 UseTBAA ? MMOb->getAAInfo() : AAMDNodes())); in MIsNeedChainEdge()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp62 UseTBAA("combiner-use-tbaa", cl::Hidden, cl::init(true), variable
14553 UseTBAA ? Op0->getAAInfo() : AAMDNodes()), in isAlias()
14555 UseTBAA ? Op1->getAAInfo() : AAMDNodes())); in isAlias()