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

  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 460 /// verifyRemoved - Verify that the specified instruction does not occur
462 void verifyRemoved(Instruction *Inst) const;
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 141 void verifyRemoved(const Value *) const;
500 /// verifyRemoved - Verify that the value is removed from all internal data
502 void ValueTable::verifyRemoved(const Value *V) const {
729 void verifyRemoved(const Instruction *I) const;
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]

Completed in 82 milliseconds