HomeSort by relevance Sort by last modified time
    Searched defs:getRoots (Results 1 - 25 of 200) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/include/llvm/CodeGen/
MachinePostDominators.h 40 const std::vector<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachinePostDominators.h 40 const std::vector<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachinePostDominators.h 40 const std::vector<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
MachineDominanceFrontier.h 45 inline const std::vector<MachineBasicBlock*> &getRoots() const {
46 return Base.getRoots();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachinePostDominators.h 40 const std::vector<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
MachineDominanceFrontier.h 45 inline const std::vector<MachineBasicBlock*> &getRoots() const {
46 return Base.getRoots();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachinePostDominators.h 40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
MachineDominanceFrontier.h 42 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
43 return Base.getRoots();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachinePostDominators.h 40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
MachineDominanceFrontier.h 42 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
43 return Base.getRoots();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachinePostDominators.h 40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
MachineDominanceFrontier.h 42 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
43 return Base.getRoots();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachinePostDominators.h 40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
MachineDominanceFrontier.h 42 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
43 return Base.getRoots();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachinePostDominators.h 40 const std::vector<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachinePostDominators.h 40 const std::vector<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
MachineDominanceFrontier.h 45 inline const std::vector<MachineBasicBlock*> &getRoots() const {
46 return Base.getRoots();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachinePostDominators.h 40 const std::vector<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
MachineDominanceFrontier.h 45 inline const std::vector<MachineBasicBlock*> &getRoots() const {
46 return Base.getRoots();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachinePostDominators.h 40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
MachineDominanceFrontier.h 42 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
43 return Base.getRoots();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachinePostDominators.h 40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachinePostDominators.h 40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachinePostDominators.h 40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
41 return DT->getRoots();
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PostDominators.h 41 inline const std::vector<BasicBlock*> &getRoots() const {
42 return DT->getRoots();

Completed in 788 milliseconds

1 2 3 4 5 6 7 8