HomeSort by relevance Sort by last modified time
    Searched refs:PInfo (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Analysis/
Consumed.cpp 445 setStateForVarOrTmp(ConsumedStateMap *StateMap, const PropagationInfo &PInfo,
448 assert(PInfo.isVar() || PInfo.isTmp());
450 if (PInfo.isVar())
451 StateMap->setState(PInfo.getVar(), State);
453 StateMap->setState(PInfo.getTmp(), State);
485 void checkCallability(const PropagationInfo &PInfo,
539 PropagationInfo& PInfo = Entry->second;
540 ConsumedState CS = PInfo.getAsState(StateMap);
543 if (NS != CS_None && PInfo.isPointerToValue()
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 404 const SDNodeInfo &PInfo = CGP.getSDNodeInfo(Root->getOperator());
409 PInfo.getNumOperands() > 1 ||
410 PInfo.hasProperty(SDNPHasChain) ||
411 PInfo.hasProperty(SDNPInGlue) ||
412 PInfo.hasProperty(SDNPOptInGlue);
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 209 milliseconds