Searched refs:getRoots (Results 1 – 11 of 11) sorted by relevance
41 const std::vector<MachineBasicBlock *> &getRoots() const { in getRoots() function42 return DT->getRoots(); in getRoots()
57 inline const std::vector<MachineBasicBlock*> &getRoots() const { in getRoots() function58 return DT->getRoots(); in getRoots()
41 inline const std::vector<BasicBlock*> &getRoots() const { in getRoots() function42 return DT->getRoots(); in getRoots()
48 inline const std::vector<BasicBlock*> &getRoots() const { return Roots; } in getRoots() function173 Roots = DT.getRoots(); in runOnFunction()
49 inline const std::vector<NodeT*> &getRoots() const { return Roots; } in getRoots() function746 inline const std::vector<BasicBlock*> &getRoots() const { in getRoots() function747 return DT->getRoots(); in getRoots()
72 for (Bone bone : skeleton.getRoots()) in SkeletonWire()87 for (Bone bone : skeleton.getRoots()) in SkeletonWire()
362 for (int i = 0; i < skeleton.getRoots().length; i++) { in scanSpatial()363 Bone childBone = skeleton.getRoots()[i]; in scanSpatial()692 for (Bone bone : skeleton.getRoots()) { in setMode()734 for (Bone bone : skeleton.getRoots()) { in blendToKinematicMode()
185 public Bone[] getRoots() { in getRoots() method in Skeleton
412 ArrayRef<const CodeGenRegister*> getRoots() const { in getRoots() function
829 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc()
562 ArrayRef<const CodeGenRegister*> Roots = RU.getRoots(); in computeOverlaps()