HomeSort by: relevance | last modified time | path
    Searched refs:getGCRelocates (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Statepoint.h 206 inline std::vector<const GCRelocateInst *> getGCRelocates() const;
214 std::vector<const GCRelocateInst *> GCStatepointInst::getGCRelocates() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 1038 for (const GCRelocateInst *Relocate : I.getGCRelocates()) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 2363 for (const GCRelocateInst *Reloc : GCSP.getGCRelocates()) {
2436 for (const GCRelocateInst *Reloc : GCSP.getGCRelocates()) {

Completed in 23 milliseconds