HomeSort by relevance Sort by last modified time
    Searched defs:analyzeBasicBlock (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
CodeMetrics.cpp 105 void CodeMetrics::analyzeBasicBlock(const BasicBlock *BB,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InlineCost.cpp 54 /// analyzeBasicBlock - Fill in the current structure with information gleaned
56 void CodeMetrics::analyzeBasicBlock(const BasicBlock *BB,
237 analyzeBasicBlock(&*BB, TD);
642 // analyzeBasicBlock counts each function argument as an inst.

Completed in 185 milliseconds