Home
last modified time | relevance | path

Searched refs:canTrap (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h78 bool canTrap() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstant.h110 bool canTrap() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp363 if (C->canTrap()) in canIfConvertPHINodes()
897 if (C->canTrap()) in blockCanBePredicated()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp357 if (C->canTrap()) in DominatesMergePoint()
2504 if (TCV->canTrap()) in SimplifyCondBranchToTwoReturns()
2507 if (FCV->canTrap()) in SimplifyCondBranchToTwoReturns()
2668 if (CE->canTrap()) in FoldBranchToCommonDest()
2671 if (CE->canTrap()) in FoldBranchToCommonDest()
3330 if (CE->canTrap()) in SimplifyCondBranchToCondBranch()
3388 if (CE->canTrap()) in SimplifyCondBranchToCondBranch()
3394 if (CE->canTrap()) in SimplifyCondBranchToCondBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp367 if (!CE || !CE->canTrap()) continue; in SplitCriticalSideEffectEdges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp486 bool Constant::canTrap() const { in canTrap() function in Constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4066 if (C->canTrap()) in isSafeToSpeculativelyExecute()