Searched defs:isStatepoint (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DStatepoint.cpp22 bool llvm::isStatepoint(const ImmutableCallSite &CS) { function in class:llvm
31 bool llvm::isStatepoint(const Value *inst) { function in class:llvm
34 return isStatepoint(CS);
38 bool llvm::isStatepoint(const Value &inst) { function in class:llvm
39 return isStatepoint(&inst);

Completed in 132 milliseconds