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

  /external/chromium_org/ppapi/shared_impl/
var_tracker.h 124 struct PPAPI_SHARED_EXPORT VarInfo {
125 VarInfo();
126 VarInfo(Var* v, int input_ref_count);
146 typedef base::hash_map<int32, VarInfo> VarMap;
var_tracker.cc 20 VarTracker::VarInfo::VarInfo()
26 VarTracker::VarInfo::VarInfo(Var* v, int input_ref_count)
81 VarInfo& info = found->second;
112 VarInfo& info = found->second;
154 VarInfo(var, mode == ADD_VAR_TAKE_ONE_REFERENCE ? 1 : 0)));
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 53 /// VarInfo - This represents the regions where a virtual register is live in
79 struct VarInfo {
120 IndexedMap<VarInfo, VirtReg2IndexFunctor> VirtRegInfo;
268 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL
270 VarInfo &getVarInfo(unsigned RegIdx);
272 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
274 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 73 milliseconds