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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 401 /// setCurrentCallSite - Set the call site currently being processed.
402 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 370 /// setCurrentCallSite - Set the call site currently being processed.
371 void setCurrentCallSite(unsigned Site) { CurCallSite = Site; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 146 milliseconds