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

  /external/swiftshader/third_party/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/Utils/
BasicBlockUtils.cpp 79 bool llvm::DeleteDeadPHIs(BasicBlock *BB, const TargetLibraryInfo *TLI) {

Completed in 1234 milliseconds