Home
last modified time | relevance | path

Searched refs:Statepoints (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dstatepoint-far-call.ll2 ; Test to check that Statepoints with X64 far-immediate targets
/external/llvm/docs/
Dindex.rst261 Statepoints
362 :doc:`Statepoints`
DGarbageCollection.rst238 :doc:`This page <Statepoints>` contains detailed documentation for
DLangRef.rst8892 described in :doc:`Statepoints`.
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp305 SmallVector<Instruction *, 2> Statepoints; in runOnFunction() local
309 Statepoints.push_back(&I); in runOnFunction()
310 for (auto &I : Statepoints) in runOnFunction()