OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIdenticalToWhenDefined
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Analysis/
Loads.cpp
38
// Use
isIdenticalToWhenDefined
instead of isIdenticalTo because
45
if (cast<Instruction>(A)->
isIdenticalToWhenDefined
(BI))
MemoryDependenceAnalysis.cpp
225
CS.getInstruction()->
isIdenticalToWhenDefined
(Inst))
[
all
...]
/external/llvm/include/llvm/IR/
Instruction.h
340
///
isIdenticalToWhenDefined
- This is like isIdenticalTo, except that it
343
bool
isIdenticalToWhenDefined
(const Instruction *I) const;
/external/llvm/lib/IR/
Instruction.cpp
264
return
isIdenticalToWhenDefined
(I) &&
268
///
isIdenticalToWhenDefined
- This is like isIdenticalTo, except that it
271
bool Instruction::
isIdenticalToWhenDefined
(const Instruction *I) const {
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
546
// This uses
isIdenticalToWhenDefined
instead of isIdenticalTo because
555
if (cast<Instruction>(A)->
isIdenticalToWhenDefined
(BI))
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
[
all
...]
Completed in 242 milliseconds