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 44 /// DeleteDeadPHIs - Examine each PHI in the given block and delete it if it
49 bool DeleteDeadPHIs(BasicBlock *BB, const TargetLibraryInfo *TLI = 0);
  /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, const TargetLibraryInfo *TLI) {
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 409 milliseconds