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 {
97 VarInfo() : NumUses(0) {}
128 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
277 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL
279 VarInfo &getVarInfo(unsigned RegIdx);
281 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
283 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 324 llvm::SmallVector<llvm::Value*, 1> VarInfo;
326 if (!EncodeInteger(mModule->getContext(), VarName, VarInfo)) {
329 if (!EncodeInteger(mModule->getContext(), Type, VarInfo)) {
337 VarInfo));

Completed in 309 milliseconds