Home
last modified time | relevance | path

Searched refs:DefIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp105 size_t const DefIndex = Mapping.blockToIndex(DefBB); in hasPathCrossingSuspendPoint() local
108 assert(Block[UseIndex].Consumes[DefIndex] && "use must consume def"); in hasPathCrossingSuspendPoint()
109 bool const Result = Block[UseIndex].Kills[DefIndex]; in hasPathCrossingSuspendPoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1414 SlotIndex DefIndex = in reMaterializeTrivialDef() local
1419 if (!SR.liveAt(DefIndex)) in reMaterializeTrivialDef()
1420 SR.createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef()
1425 SR->createDeadDef(DefIndex, Alloc); in reMaterializeTrivialDef()