Searched refs:VInfo (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h39 InfoRec &VInfo = DT.Info[DT.Roots[i]];
40 VInfo.DFSNum = VInfo.Semi = ++N;
41 VInfo.Label = V;
122 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &VInfo = local
124 typename GraphT::NodeType* VAncestor = DT.Vertex[VInfo.Parent];
127 if (Visited.insert(VAncestor).second && VInfo.Parent >= LastLinked) {
133 // Update VInfo based on Ancestor info
134 if (VInfo.Parent < LastLinked)
140 typename GraphT::NodeType* VLabel = VInfo
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDominatorInternals.h40 InfoRec &VInfo = DT.Info[DT.Roots[i]];
41 VInfo.DFSNum = VInfo.Semi = ++N;
42 VInfo.Label = V;
123 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &VInfo = local
125 typename GraphT::NodeType* VAncestor = DT.Vertex[VInfo.Parent];
128 if (Visited.insert(VAncestor) && VInfo.Parent >= LastLinked) {
134 // Update VInfo based on Ancestor info
135 if (VInfo.Parent < LastLinked)
141 typename GraphT::NodeType* VLabel = VInfo
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp970 void pushVariant(const TransVariant &VInfo, bool IsRead);
1145 // specified by VInfo.
1147 pushVariant(const TransVariant &VInfo, bool IsRead) {
1149 PredTransition &Trans = TransVec[VInfo.TransVecIdx];
1153 if (VInfo.ProcIdx != 0)
1154 Trans.ProcIndices.assign(1, VInfo.ProcIdx);
1157 if (VInfo.VarOrSeqDef->isSubClassOf("SchedVar")) {
1158 Record *PredDef = VInfo.VarOrSeqDef->getValueAsDef("Predicate");
1159 Trans.PredTerm.push_back(PredCheck(IsRead, VInfo.RWIdx,PredDef));
1160 RecVec SelectedDefs = VInfo
[all...]
/external/abi-compliance-checker/modules/Internals/
H A DSysCheck.pm1262 my $VInfo = `$SigcheckCmd -nobanner -n $Path 2>$TMP_DIR/null`;
1263 $VInfo=~s/\s*\(.*\)\s*//;
1264 chomp($VInfo);
1266 if($VInfo eq "n/a") {
1267 $VInfo = uc($VInfo);
1270 return $VInfo;
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl6062 if(my $VInfo = $LibInfo{$Version}{"info"}{$1})
6064 if($VInfo=~/cnst[ ]*:[ ]*\@(\d+)/)

Completed in 2039 milliseconds