Home
last modified time | relevance | path

Searched refs:VisitedBBs (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp83 DenseMap<MachineBasicBlock*, VisitedBBInfo> VisitedBBs; member
111 VisitedBBs.clear(); in runOnMachineFunction()
176 = VisitedBBs.find(MBB); in cyclesUntilReturn()
177 if (it != VisitedBBs.end()) { in cyclesUntilReturn()
190 VisitedBBs[MBB] = VisitedBBInfo(true, CyclesToEnd); in cyclesUntilReturn()
198 VisitedBBs[MBB] = VisitedBBInfo(false, CyclesToEnd); in cyclesUntilReturn()
/external/llvm/lib/Target/X86/
DX86PadShortFunction.cpp85 DenseMap<MachineBasicBlock*, VisitedBBInfo> VisitedBBs; member
116 VisitedBBs.clear(); in runOnMachineFunction()
181 = VisitedBBs.find(MBB); in cyclesUntilReturn()
182 if (it != VisitedBBs.end()) { in cyclesUntilReturn()
195 VisitedBBs[MBB] = VisitedBBInfo(true, CyclesToEnd); in cyclesUntilReturn()
203 VisitedBBs[MBB] = VisitedBBInfo(false, CyclesToEnd); in cyclesUntilReturn()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp856 SmallPtrSet<const BasicBlock *, 32> VisitedBBs; // in terms of F1. in compare() local
861 VisitedBBs.insert(FnLBBs[0]); in compare()
877 if (!VisitedBBs.insert(TermL->getSuccessor(i)).second) in compare()
929 SmallPtrSet<const BasicBlock *, 16> VisitedBBs; in functionHash() local
934 VisitedBBs.insert(BBs[0]); in functionHash()
945 if (!VisitedBBs.insert(Term->getSuccessor(i)).second) in functionHash()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h310 SmallPtrSet<BlockT *, 8> VisitedBBs; in verifyLoop() local
349 VisitedBBs.insert(BB); in verifyLoop()
352 if (VisitedBBs.size() != getNumBlocks()) { in verifyLoop()
355 if (!VisitedBBs.count(BB)) { in verifyLoop()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFunctionLoweringInfo.h115 DenseSet<const BasicBlock*> VisitedBBs; variable
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1271 SmallPtrSet<const BasicBlock *, 32> VisitedBBs; // in terms of F1. in compare() local
1276 VisitedBBs.insert(FnLBBs[0]); in compare()
1292 if (!VisitedBBs.insert(TermL->getSuccessor(i)).second) in compare()
1339 SmallSet<const BasicBlock *, 16> VisitedBBs; in functionHash() local
1344 VisitedBBs.insert(BBs[0]); in functionHash()
1355 if (!VisitedBBs.insert(Term->getSuccessor(i)).second) in functionHash()
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h186 SmallPtrSet<const BasicBlock*, 4> VisitedBBs; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h209 SmallPtrSet<const BasicBlock*, 4> VisitedBBs; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp507 SmallSet<const BasicBlock *, 128> VisitedBBs; // in terms of F1. in compare() local
512 VisitedBBs.insert(F1BBs[0]); in compare()
525 if (!VisitedBBs.insert(F1TI->getSuccessor(i))) in compare()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp645 SmallPtrSet<BasicBlock*, 4> VisitedBBs; in DupRetToEnableTailCallOpts() local
647 if (!VisitedBBs.insert(*PI)) in DupRetToEnableTailCallOpts()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp201 VisitedBBs.clear(); in clear()
DSelectionDAGISel.cpp841 if (!FuncInfo->VisitedBBs.count(*PI)) { in SelectAllBasicBlocks()
857 FuncInfo->VisitedBBs.insert(LLVMBB); in SelectAllBasicBlocks()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp604 SmallPtrSet<MachineBasicBlock *, 8> VisitedBBs; in InsertBranch() local
605 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, VisitedBBs); in InsertBranch()
644 SmallPtrSet<MachineBasicBlock *, 8> VisitedBBs; in InsertBranch() local
645 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, VisitedBBs); in InsertBranch()
694 SmallPtrSet<MachineBasicBlock *, 8> VisitedBBs; in reduceLoopCount() local
695 MachineInstr *Loop = findLoopInstr(&MBB, Cmp->getOpcode(), VisitedBBs); in reduceLoopCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp344 VisitedBBs.clear(); in clear()
DSelectionDAGISel.cpp1552 if (!FuncInfo->VisitedBBs.count(*PI)) { in SelectAllBasicBlocks()
1566 FuncInfo->VisitedBBs.insert(LLVMBB); in SelectAllBasicBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp619 SmallPtrSet<MachineBasicBlock *, 8> VisitedBBs; in insertBranch() local
621 VisitedBBs); in insertBranch()
661 SmallPtrSet<MachineBasicBlock *, 8> VisitedBBs; in insertBranch() local
663 VisitedBBs); in insertBranch()
712 SmallPtrSet<MachineBasicBlock *, 8> VisitedBBs; in reduceLoopCount() local
714 Cmp.getOperand(0).getMBB(), VisitedBBs); in reduceLoopCount()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp354 VisitedBBs.clear(); in clear()
DSelectionDAGISel.cpp1284 if (!FuncInfo->VisitedBBs.count(*PI)) { in SelectAllBasicBlocks()
1300 FuncInfo->VisitedBBs.insert(LLVMBB); in SelectAllBasicBlocks()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2023 SmallPtrSet<BasicBlock*, 4> VisitedBBs; in dupRetToEnableTailCallOpts() local
2025 if (!VisitedBBs.insert(*PI).second) in dupRetToEnableTailCallOpts()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2224 SmallSet<BasicBlock*, 4> VisitedBBs; in vectorizeTree() local
2230 if (!VisitedBBs.insert(IBB).second) { in vectorizeTree()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1842 SmallPtrSet<BasicBlock*, 4> VisitedBBs; in dupRetToEnableTailCallOpts() local
1844 if (!VisitedBBs.insert(*PI).second) in dupRetToEnableTailCallOpts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3074 SmallPtrSet<BasicBlock*, 4> VisitedBBs; in vectorizeTree() local
3080 if (!VisitedBBs.insert(IBB).second) { in vectorizeTree()