HomeSort by: relevance | last modified time | path
    Searched defs:VarInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveVariables.h 53 /// VarInfo - This represents the regions where a virtual register is live in
79 struct VarInfo {
118 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
270 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL
272 VarInfo &getVarInfo(Register Reg);
274 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
276 void MarkVirtRegAliveInBlock(VarInfo &VRInfo, MachineBasicBlock *DefBlock,
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GICombinerEmitter.cpp 119 struct VarInfo {
125 VarInfo(const GIMatchDagInstr *N, const GIMatchDagOperand *Op,
185 StringMap<std::vector<VarInfo>> &NamedEdgeDefs,
186 StringMap<std::vector<VarInfo>> &NamedEdgeUses);
399 StringMap<std::vector<VarInfo>> &NamedEdgeDefs,
400 StringMap<std::vector<VarInfo>> &NamedEdgeUses) {
489 StringMap<std::vector<VarInfo>> NamedEdgeDefs;
490 StringMap<std::vector<VarInfo>> NamedEdgeUses;
544 for (const VarInfo &DefVar : NameAndDefs.getValue()) {
545 for (const VarInfo &UseVar : Uses)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDANV.cpp 58 struct VarInfo {
63 llvm::SmallVector<VarInfo, 16> DeviceVars;

Completed in 251 milliseconds