/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 80 SmallPtrSet<Instruction*,8> Roots; member 132 void Float2Int::findRoots(Function &F, SmallPtrSet<Instruction*,8> &Roots) { in findRoots() 188 void Float2Int::walkBackwards(const SmallPtrSetImpl<Instruction*> &Roots) { in walkBackwards()
|
D | LoopRerollPass.cpp | 347 SmallInstructionVector Roots; member 610 const SmallInstructionVector &Roots, in collectInLoopUserSet() 666 collectPossibleRoots(Instruction *Base, std::map<int64_t,Instruction*> &Roots) { in collectPossibleRoots()
|
/external/llvm/lib/CodeGen/ |
D | GCRootLowering.cpp | 152 static bool InsertRootInitializers(Function &F, AllocaInst **Roots, in InsertRootInitializers() 206 SmallVector<AllocaInst *, 32> Roots; in PerformDefaultLowering() local
|
D | ShadowStackGCLowering.cpp | 41 std::vector<std::pair<CallInst *, AllocaInst *>> Roots; member in __anon2a6882840111::ShadowStackGCLowering
|
D | TargetRegisterInfo.cpp | 82 MCRegUnitRootIterator Roots(Unit, TRI); in PrintRegUnit() local
|
D | LiveIntervalAnalysis.cpp | 278 for (MCRegUnitRootIterator Roots(Unit, TRI); Roots.isValid(); ++Roots) { in computeRegUnitRange() local 288 for (MCRegUnitRootIterator Roots(Unit, TRI); Roots.isValid(); ++Roots) { in computeRegUnitRange() local
|
/external/v8/test/unittests/compiler/ |
D | graph-trimmer-unittest.cc | 75 TEST_F(GraphTrimmerTest, Roots) { in TEST_F() argument
|
/external/clang/include/clang/Serialization/ |
D | ModuleManager.h | 44 SmallVector<ModuleFile *, 2> Roots; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | GCMetadata.h | 83 std::vector<GCRoot> Roots; variable
|
/external/llvm/include/llvm/Analysis/ |
D | DominanceFrontier.h | 41 std::vector<BlockT *> Roots; variable
|
/external/llvm/lib/Support/ |
D | DAGDeltaAlgorithm.cpp | 66 std::vector<change_ty> Roots; member in __anon40933d1c0111::DAGDeltaAlgorithmImpl
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 451 SmallPtrSet<Value *, 4> Roots; in computeMinimumValueSizes() local
|
D | ScalarEvolution.cpp | 6571 std::pair<const SCEV *,const SCEV *> Roots = in HowFarToZero() local 8440 auto Roots = SolveQuadraticEquation(cast<SCEVAddRecExpr>(NewAddRec), SE); in getNumIterationsInRange() local
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 258 NodeVector Roots; variable
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 415 NodeVect &Roots) { in invert_find_roots() 1054 NodeVect Roots; in computeNodePlacement() local 1161 NodeVect Roots; in materialize() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 444 const CodeGenRegister *Roots[2]; member
|
D | RegisterInfoEmitter.cpp | 939 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc() local
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 798 std::vector<std::unique_ptr<Entry>> Roots; member in __anonda37fe1a0711::RedirectingFileSystem 1137 yaml::SequenceNode *Roots = dyn_cast<yaml::SequenceNode>(I->getValue()); in parse() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 931 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree()
|