HomeSort by relevance Sort by last modified time
    Searched refs:FalseDest (Results 1 - 22 of 22) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 251 BasicBlock *FalseDest,
    [all...]
LoopPredication.cpp 643 BasicBlock *TrueDest, *FalseDest;
647 FalseDest))) {
651 assert((TrueDest == L->getHeader() || FalseDest == L->getHeader()) &&
JumpThreading.cpp     [all...]
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 353 NullSucc = MBP.FalseDest;
355 NotNullSucc = MBP.FalseDest;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 488 NullSucc = MBP.FalseDest;
490 NotNullSucc = MBP.FalseDest;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnswitch.cpp 151 BasicBlock *FalseDest,
484 /// if LIC == Val, branch to TrueDst, otherwise branch to FalseDest. Insert the
488 BasicBlock *FalseDest,
498 std::swap(TrueDest, FalseDest);
501 BranchInst *BI = BranchInst::Create(TrueDest, FalseDest, BranchVal, InsertPt);
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 481 /// if Reg then goto TrueDest else goto FalseDest
494 MachineBasicBlock *FalseDest;
505 FalseDest(nullptr), ConditionDef(nullptr), SingleUseCondition(false) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 253 BasicBlock *FalseDest,
782 /// otherwise branch to FalseDest. Insert the code immediately before InsertPt.
785 BasicBlock *FalseDest,
797 std::swap(TrueDest, FalseDest);
802 BranchInst *BI = BranchInst::Create(TrueDest, FalseDest, BranchVal, InsertPt);
    [all...]
JumpThreading.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 578 /// if Reg then goto TrueDest else goto FalseDest
591 MachineBasicBlock *FalseDest = nullptr;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 1282 milliseconds