HomeSort by relevance Sort by last modified time
    Searched defs:VarInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 55 /// VarInfo - This represents the regions where a virtual register is live in
81 struct VarInfo {
122 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
270 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL
272 VarInfo &getVarInfo(unsigned RegIdx);
274 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
276 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 318 llvm::SmallVector<llvm::Value*, 1> VarInfo;
320 if (!EncodeInteger(mModule->getContext(), VarName, VarInfo)) {
323 if (!EncodeInteger(mModule->getContext(), Type, VarInfo)) {
331 VarInfo));

Completed in 1717 milliseconds