HomeSort by relevance Sort by last modified time
    Searched full:analyzebasicblock (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 72 /// analyzeBasicBlock - Add information about the specified basic block
74 void analyzeBasicBlock(const BasicBlock *BB, const TargetData *TD = 0);
  /external/llvm/lib/Analysis/
InlineCost.cpp 54 /// analyzeBasicBlock - Fill in the current structure with information gleaned
56 void CodeMetrics::analyzeBasicBlock(const BasicBlock *BB,
236 analyzeBasicBlock(&*BB, TD);
641 // analyzeBasicBlock counts each function argument as an inst.
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 116 Metrics.analyzeBasicBlock(*I, TD);
LoopRotation.cpp 179 Metrics.analyzeBasicBlock(OrigHeader);
LoopUnswitch.cpp 444 Metrics.analyzeBasicBlock(*I);
    [all...]

Completed in 73 milliseconds