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 437 /// verifyRemoved - Verify that the specified instruction does not occur
439 void verifyRemoved(Instruction *Inst) const;
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 133 void verifyRemoved(const Value *) const;
489 /// verifyRemoved - Verify that the value is removed from all internal data
491 void ValueTable::verifyRemoved(const Value *V) const {
695 void verifyRemoved(const Instruction *I) const;
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]

Completed in 271 milliseconds