HomeSort by relevance Sort by last modified time
    Searched refs:SimplifyInstructionsInBlock (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 74 /// SimplifyInstructionsInBlock - Scan the specified basic block and try to
79 bool SimplifyInstructionsInBlock(BasicBlock *BB, const TargetData *TD = 0);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 351 /// SimplifyInstructionsInBlock - Scan the specified basic block and try to
356 bool llvm::SimplifyInstructionsInBlock(BasicBlock *BB, const TargetData *TD) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]

Completed in 167 milliseconds