OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNoopInstruction
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp
127
while (
IsNoopInstruction
(I)) ++I;
388
} while (
IsNoopInstruction
(BBI));
ObjCARC.h
269
static inline bool
IsNoopInstruction
(const Instruction *I) {
ObjCARCOpts.cpp
[
all
...]
Completed in 1320 milliseconds