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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 29 class LowerExpectIntrinsic : public FunctionPass {
37 LowerExpectIntrinsic() : FunctionPass(ID) {
46 bool LowerExpectIntrinsic::HandleSwitchExpect(SwitchInst *SI) {
81 bool LowerExpectIntrinsic::HandleIfExpect(BranchInst *BI) {
127 bool LowerExpectIntrinsic::runOnFunction(Function &F) {
160 char LowerExpectIntrinsic::ID = 0;
161 INITIALIZE_PASS(LowerExpectIntrinsic, "lower-expect", "Lower 'expect' "
165 return new LowerExpectIntrinsic();
  /external/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 1 //===- LowerExpectIntrinsic.cpp - Lower expect intrinsic ------------------===//
14 #include "llvm/Transforms/Scalar/LowerExpectIntrinsic.h"
141 static bool lowerExpectIntrinsic(Function &F) {
175 if (lowerExpectIntrinsic(F))
188 class LowerExpectIntrinsic : public FunctionPass {
191 LowerExpectIntrinsic() : FunctionPass(ID) {
195 bool runOnFunction(Function &F) override { return lowerExpectIntrinsic(F); }
199 char LowerExpectIntrinsic::ID = 0;
200 INITIALIZE_PASS(LowerExpectIntrinsic, "lower-expect",
204 return new LowerExpectIntrinsic();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 1 //===- LowerExpectIntrinsic.cpp - Lower expect intrinsic ------------------===//
14 #include "llvm/Transforms/Scalar/LowerExpectIntrinsic.h"
307 static bool lowerExpectIntrinsic(Function &F) {
353 if (lowerExpectIntrinsic(F))
366 class LowerExpectIntrinsic : public FunctionPass {
369 LowerExpectIntrinsic() : FunctionPass(ID) {
373 bool runOnFunction(Function &F) override { return lowerExpectIntrinsic(F); }
377 char LowerExpectIntrinsic::ID = 0;
378 INITIALIZE_PASS(LowerExpectIntrinsic, "lower-expect",
382 return new LowerExpectIntrinsic();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/
Android.mk     [all...]

Completed in 783 milliseconds