Home
last modified time | relevance | path

Searched refs:RegsWithFixups (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h141 DenseSet<Register> RegsWithFixups; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp367 RegsWithFixups.clear(); in clear()
H A DFastISel.cpp205 if (FuncInfo.RegsWithFixups.count(DefReg)) in flushLocalValueMap()
379 FuncInfo.RegsWithFixups.insert(Reg + i); in updateValueMap()