/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 102 struct BBInfo { struct in __anon98643f360111::IfConverter 103 bool IsDone : 1; 104 bool IsBeingAnalyzed : 1; 105 bool IsAnalyzed : 1; 106 bool IsEnqueued : 1; 107 bool IsBrAnalyzable : 1; 108 bool HasFallThrough : 1; 109 bool IsUnpredicable : 1; 110 bool CannotBeCopied : 1; 111 bool ClobbersPred : 1; [all …]
|
D | MachineVerifier.cpp | 92 struct BBInfo { struct 94 bool reachable; 98 RegMap vregsLiveIn; 102 RegSet regsKilled; 106 RegSet regsLiveOut; 110 RegSet vregsPassed; 114 RegSet vregsRequired; 116 BBInfo() : reachable(false) {} in BBInfo() argument 120 bool addPassed(unsigned Reg) { in addPassed() 129 bool addPassed(const RegSet &RS) { in addPassed() [all …]
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 111 struct BBInfo { struct in __anon8e2ba10a0111::IfConverter 112 bool IsDone : 1; 113 bool IsBeingAnalyzed : 1; 114 bool IsAnalyzed : 1; 115 bool IsEnqueued : 1; 116 bool IsBrAnalyzable : 1; 117 bool HasFallThrough : 1; 118 bool IsUnpredicable : 1; 119 bool CannotBeCopied : 1; 120 bool ClobbersPred : 1; [all …]
|
D | MachineVerifier.cpp | 98 struct BBInfo { struct 100 bool reachable; 104 RegMap vregsLiveIn; 108 RegSet regsKilled; 112 RegSet regsLiveOut; 116 RegSet vregsPassed; 120 RegSet vregsRequired; 123 BlockSet Preds, Succs; 125 BBInfo() : reachable(false) {} in BBInfo() argument 129 bool addPassed(unsigned Reg) { in addPassed() [all …]
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 62 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in DFSPass() local 157 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in Calculate() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DominatorInternals.h | 63 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in DFSPass() local 158 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &BBInfo = in Calculate() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 223 struct BBInfo { struct 224 BBInfo *Group; 225 uint32_t Index; 226 uint32_t Rank; 228 BBInfo(unsigned IX) : Group(this), Index(IX), Rank(0) {} in BBInfo() argument 231 const std::string infoString() const { in infoString()
|
/external/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 183 VisitedBBInfo BBInfo = it->second; in cyclesUntilReturn() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 46 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdaterImpl.h | 57 BBInfo(BlkT *ThisBB, ValT V) in BBInfo() function
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 485 std::vector<BlockInfo> BBInfo; // Extra information per BB. variable
|
/external/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 231 std::vector<BasicBlockInfo> BBInfo; member in __anondc6c3d840111::MipsConstantIslands
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 420 raw_ostream &llvm::operator<<(raw_ostream &OS, BBState &BBInfo) { in operator <<()
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantIslandPass.cpp | 159 std::vector<BasicBlockInfo> BBInfo; member in __anonee5c72520111::ARMConstantIslands
|