Searched refs:PredState (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysis.cpp | 217 TypeErasedDataflowAnalysisState PredState = MaybePredState.value(); in computeBlockInputState() local 221 TerminatorVisitor(StmtToEnv, PredState.Env, in computeBlockInputState() 229 Analysis.joinTypeErased(MaybeState->Lattice, PredState.Lattice); in computeBlockInputState() 230 MaybeState->Env.join(PredState.Env, Analysis); in computeBlockInputState() 232 MaybeState = std::move(PredState); in computeBlockInputState()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 565 int PredState = PredEndState->second; in getPredState() local 566 assert(PredState != OverdefinedState && in getPredState() 569 CommonState = PredState; in getPredState() 573 if (CommonState != PredState) in getPredState() 699 int PredState = getPredState(FinalStates, F, ParentBaseState, BB); in addStateStores() local 700 if (PredState == OverdefinedState) in addStateStores() 705 InitialStates.insert({BB, PredState}); in addStateStores() 706 FinalStates.insert({BB, PredState}); in addStateStores()
|
| H A D | X86SpeculativeLoadHardening.cpp | 151 struct PredState { struct in __anon72cb81e60111::X86SpeculativeLoadHardeningPass 158 PredState(MachineFunction &MF, const TargetRegisterClass *RC) in PredState() argument 167 Optional<PredState> PS;
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 640 unsigned PredState = getRegState(PredOp) & ~RegState::Kill; in genCondTfrFor() local 649 .addReg(PredOp.getReg(), PredState, PredOp.getSubReg()) in genCondTfrFor() 654 .addReg(PredOp.getReg(), PredState, PredOp.getSubReg()) in genCondTfrFor()
|