Home
last modified time | relevance | path

Searched refs:BranchVector (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp38 typedef SmallVector<BranchInst*, 8> BranchVector; typedef
186 BranchVector Conditions;
190 BranchVector LoopConds;
524 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp71 using BranchVector = SmallVector<BranchInst *, 8>; typedef
197 BranchVector Conditions;
201 BranchVector LoopConds;
532 BranchVector &Conds = Loops ? LoopConds : Conditions; in insertConditions()