OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isMustAlias
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
AliasAnalysis.h
202
///
isMustAlias
- A convenience wrapper.
203
bool
isMustAlias
(const Location &LocA, const Location &LocB) {
207
///
isMustAlias
- A convenience wrapper.
208
bool
isMustAlias
(const Value *V1, const Value *V2) {
/external/llvm/include/llvm/CodeGen/
ScheduleDAG.h
187
///
isMustAlias
- Test if this is an Order dependence that is marked
190
bool
isMustAlias
() const {
Completed in 37 milliseconds