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

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 42 /// DeleteDeadPHIs - Examine each PHI in the given block and delete it if it
47 bool DeleteDeadPHIs(BasicBlock *BB);
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 93 /// DeleteDeadPHIs - Examine each PHI in the given block and delete it if it
97 bool llvm::DeleteDeadPHIs(BasicBlock *BB) {
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 488 milliseconds