HomeSort by: relevance | last modified time | path
    Searched defs:collectInstructions (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DDG.cpp 39 bool DDGNode::collectInstructions(
51 PN->collectInstructions(Pred, TmpIList);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 170 std::pair<InstrListMap, InstrListMap> collectInstructions(BasicBlock *BB);
287 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB);
792 Vectorizer::collectInstructions(BasicBlock *BB) {

Completed in 17 milliseconds