OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verifyRemoved
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h
438
///
verifyRemoved
- Verify that the specified instruction does not occur
440
void
verifyRemoved
(Instruction *Inst) const;
/external/llvm/lib/Transforms/Scalar/
GVN.cpp
135
void
verifyRemoved
(const Value *) const;
491
///
verifyRemoved
- Verify that the value is removed from all internal data
493
void ValueTable::
verifyRemoved
(const Value *V) const {
710
void
verifyRemoved
(const Instruction *I) const;
[
all
...]
/external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp
[
all
...]
Completed in 104 milliseconds