OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCallee
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp
100
if (!CS.
isCallee
(UI))
229
if (!Call || !CS.
isCallee
(UI))
DeadArgumentElimination.cpp
380
if (!CS || !CS.
isCallee
(I))
557
if (!CS || !CS.
isCallee
(I)) {
[
all
...]
ArgumentPromotion.cpp
143
if (CS.getInstruction() == 0 || !CS.
isCallee
(UI)) return 0;
[
all
...]
MergeFunctions.cpp
696
if (CS && CS.
isCallee
(TheIter)) {
/dalvik/vm/compiler/
Compiler.h
202
bool
isCallee
);
Frontend.cpp
269
* ratios. If
isCallee
is true, also analyze each instruction in more details
273
bool
isCallee
)
306
if ((
isCallee
== true) && (realMethodEntry->attributes & METHOD_IS_CALLEE))
313
if ((
isCallee
== false) &&
320
if (
isCallee
) {
337
if (
isCallee
) {
[
all
...]
/external/llvm/include/llvm/Support/
CallSite.h
104
///
isCallee
- Determine whether the passed iterator points to the
107
bool
isCallee
(value_use_iterator<UserTy> UI) const {
/external/llvm/lib/IR/
Function.cpp
689
if (!CS.
isCallee
(I))
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
81
if (CS.
isCallee
(UI))
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
[
all
...]
Completed in 1461 milliseconds