Home
last modified time | relevance | path

Searched defs:FalseDest (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp603 BasicBlock *FalseDest = BI->getSuccessor(1); in registerPossiblyHoistableBranch() local
719 BasicBlock *FalseDest = BI->getSuccessor(1); in getOrCreateHoistedBlock() local
DLoopUnswitch.cpp935 BasicBlock *FalseDest, in EmitPreheaderBranchOnCondition()
DJumpThreading.cpp2698 BasicBlock *FalseDest = BI->getSuccessor(1); in ThreadGuard() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h622 MachineBasicBlock *FalseDest = nullptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2676 BasicBlock *FalseDest = (BI->isConditional()) ? BI->getSuccessor(1) : nullptr; in FoldBranchToCommonDest() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4246 BasicBlock *FalseDest = getBasicBlock(Record[1]); in parseFunctionBody() local