Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp855 bool RegOut = LiveBundles[Bundles->getBundle(BC.Number, true)]; in calcGlobalSplitCost() local
863 Ins += RegOut != (BC.Exit == SpillPlacement::PrefReg); in calcGlobalSplitCost()
870 bool RegOut = LiveBundles[Bundles->getBundle(Number, true)]; in calcGlobalSplitCost() local
871 if (!RegIn && !RegOut) in calcGlobalSplitCost()
873 if (RegIn && RegOut) { in calcGlobalSplitCost()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10929 unsigned &RegOut = ConstantsOut[C]; in HandlePHINodesInSuccessorBlocks() local
10930 if (RegOut == 0) { in HandlePHINodesInSuccessorBlocks()
10931 RegOut = FuncInfo.CreateRegs(C); in HandlePHINodesInSuccessorBlocks()
10938 CopyValueToVirtualRegister(C, RegOut, ExtendType); in HandlePHINodesInSuccessorBlocks()
10940 Reg = RegOut; in HandlePHINodesInSuccessorBlocks()