HomeSort by relevance Sort by last modified time
    Searched refs:isStatepoint (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/IR/
Statepoint.cpp 22 bool llvm::isStatepoint(const ImmutableCallSite &CS) {
31 bool llvm::isStatepoint(const Value *inst) {
34 return isStatepoint(CS);
38 bool llvm::isStatepoint(const Value &inst) {
39 return isStatepoint(&inst);
Verifier.cpp     [all...]
  /external/llvm/include/llvm/IR/
Statepoint.h 42 bool isStatepoint(const ImmutableCallSite &CS);
43 bool isStatepoint(const Value *V);
44 bool isStatepoint(const Value &V);
67 if (isStatepoint(I)) {
69 assert(StatepointCS && "isStatepoint implies CallSite");
73 if (isStatepoint(CS))
349 assert(isStatepoint(InvokeBB->getTerminator()));
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 632 assert(isStatepoint(&CI) &&
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 203 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) {
    [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 308 if (isStatepoint(I))
    [all...]

Completed in 1466 milliseconds