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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 158 /// isJumpExpensive() - Return true if Flow Control is an expensive operation
160 bool isJumpExpensive() const { return JumpIsExpensive; }
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 257 bool isJumpExpensive() const { return JumpIsExpensive; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h 363 bool isJumpExpensive() const { return JumpIsExpensive; }
    [all...]

Completed in 606 milliseconds