Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFastISel.h231 MachineBasicBlock::iterator LastFlushPoint; variable
577 MachineBasicBlock::iterator LastFlushPoint);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp216 LastFlushPoint = FuncInfo.InsertPt; in flushLocalValueMap()
231 MachineBasicBlock *MBB, MachineBasicBlock::iterator LastFlushPoint) { in initialize() argument
242 if (I.getIterator() == LastFlushPoint) in initialize()
274 OrderMap.initialize(FuncInfo.MBB, LastFlushPoint); in sinkLocalValueMaterialization()