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

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 43 /// DeleteDeadPHIs - Examine each PHI in the given block and delete it if it
48 bool DeleteDeadPHIs(BasicBlock *BB, const TargetLibraryInfo *TLI = nullptr);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 548 DeleteDeadPHIs(CountedExitBlock);
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp     [all...]
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 94 /// DeleteDeadPHIs - Examine each PHI in the given block and delete it if it
98 bool llvm::DeleteDeadPHIs(BasicBlock *BB, const TargetLibraryInfo *TLI) {
    [all...]

Completed in 279 milliseconds