OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStatepoint
(Results
1 - 22
of
22
) sorted by null
/external/llvm/lib/IR/
Statepoint.cpp
27
bool llvm::
isStatepoint
(ImmutableCallSite CS) {
33
bool llvm::
isStatepoint
(const Value *V) {
35
return
isStatepoint
(CS);
39
bool llvm::
isStatepoint
(const Value &V) {
40
return
isStatepoint
(&V);
Verifier.cpp
[
all
...]
/external/llvm/include/llvm/IR/
Statepoint.h
45
bool
isStatepoint
(ImmutableCallSite CS);
46
bool
isStatepoint
(const Value *V);
47
bool
isStatepoint
(const Value &V);
67
if (
isStatepoint
(I)) {
69
assert(StatepointCS && "
isStatepoint
implies CallSite");
73
if (
isStatepoint
(CS))
334
assert(
isStatepoint
(Token));
345
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h
58
bool
isStatepoint
(ImmutableCallSite CS);
59
bool
isStatepoint
(const Value *V);
60
bool
isStatepoint
(const Value &V);
78
if (
isStatepoint
(I)) {
80
assert(StatepointCS && "
isStatepoint
implies CallSite");
85
if (
isStatepoint
(CS))
349
assert(
isStatepoint
(Token));
360
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Statepoint.h
60
bool
isStatepoint
(ImmutableCallSite CS);
61
bool
isStatepoint
(const Value *V);
62
bool
isStatepoint
(const Value &V);
80
if (
isStatepoint
(I)) {
82
assert(StatepointCS && "
isStatepoint
implies CallSite");
87
if (
isStatepoint
(CS))
353
assert(
isStatepoint
(Token));
364
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Statepoint.h
60
bool
isStatepoint
(ImmutableCallSite CS);
61
bool
isStatepoint
(const Value *V);
62
bool
isStatepoint
(const Value &V);
80
if (
isStatepoint
(I)) {
82
assert(StatepointCS && "
isStatepoint
implies CallSite");
87
if (
isStatepoint
(CS))
353
assert(
isStatepoint
(Token));
364
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Statepoint.h
60
bool
isStatepoint
(ImmutableCallSite CS);
61
bool
isStatepoint
(const Value *V);
62
bool
isStatepoint
(const Value &V);
83
if (
isStatepoint
(I)) {
85
assert(StatepointCS && "
isStatepoint
implies CallSite");
90
if (
isStatepoint
(CS))
356
assert(
isStatepoint
(Token));
367
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Statepoint.h
60
bool
isStatepoint
(ImmutableCallSite CS);
61
bool
isStatepoint
(const Value *V);
62
bool
isStatepoint
(const Value &V);
83
if (
isStatepoint
(I)) {
85
assert(StatepointCS && "
isStatepoint
implies CallSite");
90
if (
isStatepoint
(CS))
356
assert(
isStatepoint
(Token));
367
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Statepoint.h
60
bool
isStatepoint
(ImmutableCallSite CS);
61
bool
isStatepoint
(const Value *V);
62
bool
isStatepoint
(const Value &V);
83
if (
isStatepoint
(I)) {
85
assert(StatepointCS && "
isStatepoint
implies CallSite");
90
if (
isStatepoint
(CS))
356
assert(
isStatepoint
(Token));
367
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Statepoint.h
60
bool
isStatepoint
(ImmutableCallSite CS);
61
bool
isStatepoint
(const Value *V);
62
bool
isStatepoint
(const Value &V);
83
if (
isStatepoint
(I)) {
85
assert(StatepointCS && "
isStatepoint
implies CallSite");
90
if (
isStatepoint
(CS))
356
assert(
isStatepoint
(Token));
367
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Statepoint.h
58
bool
isStatepoint
(ImmutableCallSite CS);
59
bool
isStatepoint
(const Value *V);
60
bool
isStatepoint
(const Value &V);
78
if (
isStatepoint
(I)) {
80
assert(StatepointCS && "
isStatepoint
implies CallSite");
85
if (
isStatepoint
(CS))
349
assert(
isStatepoint
(Token));
360
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Statepoint.h
60
bool
isStatepoint
(ImmutableCallSite CS);
61
bool
isStatepoint
(const Value *V);
62
bool
isStatepoint
(const Value &V);
80
if (
isStatepoint
(I)) {
82
assert(StatepointCS && "
isStatepoint
implies CallSite");
87
if (
isStatepoint
(CS))
353
assert(
isStatepoint
(Token));
364
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Statepoint.h
60
bool
isStatepoint
(ImmutableCallSite CS);
61
bool
isStatepoint
(const Value *V);
62
bool
isStatepoint
(const Value &V);
80
if (
isStatepoint
(I)) {
82
assert(StatepointCS && "
isStatepoint
implies CallSite");
87
if (
isStatepoint
(CS))
353
assert(
isStatepoint
(Token));
364
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Statepoint.h
60
bool
isStatepoint
(ImmutableCallSite CS);
61
bool
isStatepoint
(const Value *V);
62
bool
isStatepoint
(const Value &V);
83
if (
isStatepoint
(I)) {
85
assert(StatepointCS && "
isStatepoint
implies CallSite");
90
if (
isStatepoint
(CS))
356
assert(
isStatepoint
(Token));
367
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Statepoint.h
60
bool
isStatepoint
(ImmutableCallSite CS);
61
bool
isStatepoint
(const Value *V);
62
bool
isStatepoint
(const Value &V);
83
if (
isStatepoint
(I)) {
85
assert(StatepointCS && "
isStatepoint
implies CallSite");
90
if (
isStatepoint
(CS))
356
assert(
isStatepoint
(Token));
367
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Statepoint.h
60
bool
isStatepoint
(ImmutableCallSite CS);
61
bool
isStatepoint
(const Value *V);
62
bool
isStatepoint
(const Value &V);
83
if (
isStatepoint
(I)) {
85
assert(StatepointCS && "
isStatepoint
implies CallSite");
90
if (
isStatepoint
(CS))
356
assert(
isStatepoint
(Token));
367
assert(
isStatepoint
(InvokeBB->getTerminator()));
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Statepoint.h
60
bool
isStatepoint
(ImmutableCallSite CS);
61
bool
isStatepoint
(const Value *V);
62
bool
isStatepoint
(const Value &V);
83
if (
isStatepoint
(I)) {
85
assert(StatepointCS && "
isStatepoint
implies CallSite");
90
if (
isStatepoint
(CS))
356
assert(
isStatepoint
(Token));
367
assert(
isStatepoint
(InvokeBB->getTerminator()));
/external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp
188
return !(
isStatepoint
(CS) || isGCRelocate(CS) || isGCResult(CS));
RewriteStatepointsForGC.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
[
all
...]
/external/llvm/lib/CodeGen/
CodeGenPrepare.cpp
324
if (
isStatepoint
(I))
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 1636 milliseconds