HomeSort by relevance Sort by last modified time
    Searched defs:CaseBlock (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 202 /// CaseBlock - This structure is used to communicate between
205 struct CaseBlock {
206 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
298 /// SwitchCases - Vector of CaseBlock structures used to communicate
300 std::vector<CaseBlock> SwitchCases;
413 bool ShouldEmitAsBranches(const std::vector<CaseBlock> &Cases);
458 void visitSwitchCase(CaseBlock &CB,
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 215 /// CaseBlock - This structure is used to communicate between
218 struct CaseBlock {
219 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
573 /// SwitchCases - Vector of CaseBlock structures used to communicate
575 std::vector<CaseBlock> SwitchCases;
698 bool ShouldEmitAsBranches(const std::vector<CaseBlock> &Cases);
806 void visitSwitchCase(CaseBlock &CB,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 225 /// CaseBlock - This structure is used to communicate between
228 struct CaseBlock {
243 /// The debug location of the instruction this CaseBlock was
250 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
591 /// SwitchCases - Vector of CaseBlock structures used to communicate
593 std::vector<CaseBlock> SwitchCases;
723 bool ShouldEmitAsBranches(const std::vector<CaseBlock> &Cases);
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 117 milliseconds