Home
last modified time | relevance | path

Searched defs:Roots (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp80 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()
DLoopRerollPass.cpp347 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/
DGCRootLowering.cpp152 static bool InsertRootInitializers(Function &F, AllocaInst **Roots, in InsertRootInitializers()
206 SmallVector<AllocaInst *, 32> Roots; in PerformDefaultLowering() local
DShadowStackGCLowering.cpp41 std::vector<std::pair<CallInst *, AllocaInst *>> Roots; member in __anon2a6882840111::ShadowStackGCLowering
DTargetRegisterInfo.cpp82 MCRegUnitRootIterator Roots(Unit, TRI); in PrintRegUnit() local
DLiveIntervalAnalysis.cpp278 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/
Dgraph-trimmer-unittest.cc75 TEST_F(GraphTrimmerTest, Roots) { in TEST_F() argument
/external/clang/include/clang/Serialization/
DModuleManager.h44 SmallVector<ModuleFile *, 2> Roots; variable
/external/llvm/include/llvm/CodeGen/
DGCMetadata.h83 std::vector<GCRoot> Roots; variable
/external/llvm/include/llvm/Analysis/
DDominanceFrontier.h41 std::vector<BlockT *> Roots; variable
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp66 std::vector<change_ty> Roots; member in __anon40933d1c0111::DAGDeltaAlgorithmImpl
/external/llvm/lib/Analysis/
DVectorUtils.cpp451 SmallPtrSet<Value *, 4> Roots; in computeMinimumValueSizes() local
DScalarEvolution.cpp6571 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/
DExplodedGraph.h258 NodeVector Roots; variable
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp415 NodeVect &Roots) { in invert_find_roots()
1054 NodeVect Roots; in computeNodePlacement() local
1161 NodeVect Roots; in materialize() local
/external/llvm/utils/TableGen/
DCodeGenRegisters.h444 const CodeGenRegister *Roots[2]; member
DRegisterInfoEmitter.cpp939 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc() local
/external/clang/lib/Basic/
DVirtualFileSystem.cpp798 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/
DSLPVectorizer.cpp931 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree()