Searched refs:PhiLOX (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFLiveness.h134 std::map<MachineBasicBlock*,RefMap> PhiLOX; member in struct:llvm::rdf::Liveness
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp766 // coming from each predecessor P, and add them to PhiLOX[P].
769 RefMap &LOX = PhiLOX[PrA.Addr->getCode()];
797 for (auto &I : PhiLOX)
974 RefMap &PUs = PhiLOX[B];
1006 // liveness of which is handled through the PhiLON/PhiLOX maps.

Completed in 119 milliseconds